Skip to content

Commit

Permalink
Create contributing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Jul 15, 2024
1 parent 504f8ec commit 936a6e5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/contributing.md
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.

0 comments on commit 936a6e5

Please sign in to comment.