Spaces:
Runtime error
Contributing to agency
Thank you for considering contributing to agency! Please take a moment to review the following guidelines.
Code of Conduct
This project and everyone participating in it are governed by the Code of Conduct. By participating, you agree to uphold this code. Please report unacceptable behavior to [your email or a dedicated email for issues].
How to Contribute
Fork the repository.
Clone the forked repository to your local machine:
git clone https://github.com/zaibutcooler/agency.git
Create a new branch for your feature or bug fix:
git checkout -b feature-name
Make your changes and commit them with a descriptive commit message:
git add . git commit -m "Add your descriptive message here"
Push the changes to your fork:
git push origin feature-name
Create a pull request (PR) from your fork to the main repository.
Ensure your PR title and description are clear and concise.
Reporting Issues
If you find any issues or have suggestions, please open an issue on the Issue Tracker.
Style Guide
- Follow the existing coding style.
- Use meaningful variable and function names.
- Write clear and concise documentation.
License
By contributing, you agree that your contributions will be licensed under the MIT License. See the LICENSE file for details.
Thank you for contributing to agency!