Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.9 KB

File metadata and controls

49 lines (36 loc) · 1.9 KB

Contributing to Active10 Backend Service

Thank you for considering contributing to the Active10 Backend Service project! We welcome contributions from the community and are grateful for your support.

How to Contribute

Reporting Bugs

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.

Feature Requests

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.

Code Contributions

  1. Fork the Repository: Fork the project repository to your own GitHub account.

  2. Clone the Repository: Clone your forked repository to your local machine.

    git clone https://github.com/yourusername/[project-name].git
    cd project-name
  3. Create a Branch: Create a new branch for your contribution.

    git checkout -b my-new-feature
  4. Make Changes: Make your changes to the codebase.

  5. Commit Changes: Commit your changes to your branch.

    git add .
    git commit -m 'Add new feature'
  6. Push Changes: Push your changes to your forked repository.

    git push origin my-new-feature
  7. Create a Pull Request: Create a pull request from your forked repository to the main project repository.

  8. Review: We will review your pull request and provide feedback.

Cody Style

Please follow the existing code style and conventions used in the project. Ensure your code is well-documented and includes comments where necessary.

License

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)