We welcome contributions! To get started, please follow these steps:
-
Fork the repository Click the "Fork" button at the top right of this page to create your own copy of the repository.
-
Clone your fork
git clone https://github.com/CodeDragon03/SLATE.git cd SLATE -
Create a new branch Use a descriptive branch name for your feature or bugfix.
git checkout -b feature/your-feature-name
-
Make your changes Implement your feature or fix the bug. Add or update tests and documentation as needed.
-
Commit your changes
git add --all git commit -m "Describe your changes" -
Push to your fork
git push origin feature/your-feature-name
-
Open a Pull Request Go to the original repository and click "New Pull Request". Select your branch and describe your changes.
- Follow the project's coding style and guidelines.
- Write clear, concise commit messages.
- Ensure all tests pass before submitting.
- Be responsive to feedback on your pull request.