HASKI-RAK / HASKI-Backend

This is the Backend System for our HASKI project.
GNU Lesser General Public License v2.1
4 stars 1 forks source link

Pull request template for easier code checks to not forget anything #61

Open theUpsider opened 11 months ago

theUpsider commented 11 months ago

Describe the feature to be developed We need a standardized way of opening pull requests to ensure that all pull requests are consistent and follow the same guidelines. Currently, there is no uniform way of opening pull request. The feature should provide a template for opening pull requests that includes all the necessary information and guidelines, as well as coding formatting commands and good-to-knows.

Describe the Impact on the System Only the github issues template for pull request.

Definition of Done What needs to be done, before the Issue can be closed? [ ] Linting Code to Python standard [ ] Testing code with Pytest. All tests within the system should still be ok. [ ] Implement a template for Pull Request opening process that includes all necessary information and guidelines. [ ] Ensure that all Pull Requests follow the new template. [ ] Update documentation to reflect the new process.