Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 2.45 KB

CONTRIBUTING.md

File metadata and controls

52 lines (39 loc) · 2.45 KB

Contributing to Extensions for Swashbuckle.AspNetCore API by Codebelt

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Code of Conduct

Please review our code of conduct.

Our Development Process

We use trunk based branching model that is aligned with todays DevSecOps practices. All new features and/or fixes are merged into the main branch by creating a Pull Request.

Pull Requests

We actively welcome your pull requests.

  1. Fork the repo and create your branch from main
  2. If you've added code that should be tested, add tests (DO follow Microsoft Engineering Guidelines)
  3. Any changes or additions requires documentation in the form of documenting public members
  4. Ensure that all existing as well as new test passes
  5. Issue that pull request with a big and heartful thanks for contributing

Issues

We use GitHub issues to track public bugs. Please ensure your description is clear and has sufficient instructions to be able to reproduce the issue.

Coding Guidelines

Manifesto

As aspiring Software Craftsmen we are raising the bar of professional software development by practicing it and helping others learn the craft.

Through this work we have come to value:

  • Not only working software, but also well-crafted software
  • Not only responding to change, but also steadily adding value
  • Not only individuals and interactions, but also a community of professionals
  • Not only customer collaboration, but also productive partnerships

That is, in pursuit of the items on the left we have found the items on the right to be indispensable.

Manifesto for Software Craftsmanship is the originator of this text.

License

By contributing to Extensions for Swashbuckle.AspNetCore API by Codebelt, you agree that your contributions will be licensed under the MIT license.