diff --git a/docs/contributing.md b/docs/contributing.md new file mode 100644 index 0000000..9f17cc1 --- /dev/null +++ b/docs/contributing.md @@ -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.