Thank you for considering contributing to the Active10 Backend Service project! We welcome contributions from the community and are grateful for your support.
If you find a bug, please report it by opening an issue on our GitHub repository. Include as much detail as possible to help us understand and reproduce the issue.
We welcome new feature requests! If you have an idea for a new feature, please open an issue on our GitHub repository and describe the feature in detail.
-
Fork the Repository: Fork the project repository to your own GitHub account.
-
Clone the Repository: Clone your forked repository to your local machine.
git clone https://github.com/yourusername/[project-name].git cd project-name -
Create a Branch: Create a new branch for your contribution.
git checkout -b my-new-feature
-
Make Changes: Make your changes to the codebase.
-
Commit Changes: Commit your changes to your branch.
git add . git commit -m 'Add new feature'
-
Push Changes: Push your changes to your forked repository.
git push origin my-new-feature
-
Create a Pull Request: Create a pull request from your forked repository to the main project repository.
-
Review: We will review your pull request and provide feedback.
Please follow the existing code style and conventions used in the project. Ensure your code is well-documented and includes comments where necessary.
By contributing to the Active10 Backend Service project, you agree that your contributions will be licensed under the project's MIT License.
Thank you for your interest in contributing to the Active10 Backend Service project! We appreciate your support.
(END)