Thank you for considering contributing to our project! We appreciate your time and effort.
-
Fork the Repository
- Click the "Fork" button at the top right of the repository page.
-
Clone Your Fork
- Clone your forked repository to your local machine:
git clone https://github.com/your-username/Resources.git
- Clone your forked repository to your local machine:
-
Create a Branch
- Create a new branch for your feature or bugfix:
git checkout -b feature/your-feature-name
- Create a new branch for your feature or bugfix:
-
Make Changes
- Make your changes to the codebase.
-
Commit Your Changes
- Commit your changes with a descriptive commit message:
git add . git commit -m "Add feature: your feature name"
- Commit your changes with a descriptive commit message:
-
Push to Your Fork
- Push your changes to your forked repository:
git push origin feature/your-feature-name
- Push your changes to your forked repository:
-
Create a Pull Request
- Go to the original repository and create a pull request from your forked repository.
Please read and follow our Code of Conduct to ensure a welcoming and inclusive environment.
If you find any bugs or have feature requests, please open an issue on the Issues page.
If you have any questions, feel free to reach out to the maintainers.
Thank you for your contributions!