Skip to content
Snippets Groups Projects
Commit aaa14d37 authored by Alessandro Vullo's avatar Alessandro Vullo
Browse files

[ENSCORESW-2428]. Initial skeleton template for PRs.

parent 7289c00d
No related branches found
No related tags found
No related merge requests found
### Requirements
- Filling out the template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion;
- The pull request (PR) brings in a useful change;
- Document the change in code at an appropriate level: not too terse, but not too verbose
- Do not introduce just single line comments which serve no help to the code
- Do not remove essential code
- PR's history is not too complex: we want to see as close to a linear set of commits resulting in your final change; we will ask for multiple internal merges to be squished into a sensible set of commits
- Do not write poor commit messages
- Do not repeat the same message in multiple commits
- Do not introduce excessive whitespace changes
- Do not reformat someone else's code; it's just bad manners
- Do not modify code without testing for regression
- Do please provide simple unit tests to test the changes
- If you change the schema you must patch the test DBs
- The PR must not fail unit testing
### Description of the Change
One or more sentences describing in detail the proposed changes.
### Use case
The motivation behind the introduction of the changes.
### Benefits
If applicable.
### Possible Drawbacks
If applicable.
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment