-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Contributing to FTL-Nexus | ||
|
||
Thank you for your interest in contributing to FTL-Nexus! We welcome contributions from anyone who is passionate about advancing the field of AI, cybersecurity, and quantum computing. | ||
|
||
## Getting Started | ||
|
||
To get started with contributing to FTL-Nexus, follow these steps: | ||
|
||
1. Fork the repository: `git fork https://github.com/KOSASIH/FTL-Nexus.git` | ||
2. Create a new branch: `git branch my-feature` | ||
3. Make your changes: `git add .` and `git commit -m "My feature"` | ||
4. Submit a pull request: `git push origin my-feature` | ||
|
||
For more information, please refer to the `CONTRIBUTING` guidelines. |