Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 2.81 KB

CONTRIBUTING.md

File metadata and controls

52 lines (32 loc) · 2.81 KB

🤝 Contributing to the SSW.CleanArchitecture Template

Thank you for exhibiting interest in contributing to the SSW.CleanArchitecture Template. The team is delighted to welcome you onboard to our exciting and growing project. Any contribution or value added go a long way to enhance the project!

In the next few steps, you will be able to see a glimpse of ways you can contribute to the SSW.CleanArchitecture Template.

❔ Questions

Questions can be asked via GitHub Discussions.

🐛 Fix a Bug

If you find any bug, you can help the community by submitting an issue. Once the issue is filed, feel free to start working on the PR and submit a PR.

✨ Add New Feature

  • To contribute a new feature, fill out the Feature Request Template and provide detailed information to express the proposal.
  • Once the Feature Request is submitted, it will be open for discussion.
  • If it gets approved by the team, proceed to submit a PR of the proposed Feature.
  • If the PR contains an error-free code and the reviewer signs off, the PR will be merged.

📝 Add or Improve Documentation

If you find any errors in the documentation, you can create a Documentation Issue. Once the issue is filed, feel free to start working on the PR and submit a PR.

👀 Create, Submit or Review Pull Request

Anyone can create a Pull Request by forking the repo. Here is how you can Create a Pull Request from fork.

Once you fork the repo, it is essential to create all changes in the feature branch of your forked repository. If you have the changes in the forked feature branch, you can then create a Pull Request in the main repo.

Ensure your pull request adheres to the following guidelines:

  • The PR template is completed and includes
    • The reason for the change
    • What was changed
    • Did you work on this with anyone else
  • All tests should pass
  • No warnings should be introduced
  • Any signification changes should be documented via an ADR

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

💙 Thank You

Thank you so much for contributing to this project!