Skip to content

Commit

Permalink
chore: add template for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
manfredsteyer committed Sep 16, 2024
1 parent 4a3c360 commit 525d2bd
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## Checklist for PR

[ ] PR is only about one and only one concern
[ ] Description contains a short title, an optional description, and the sections BEFORE and AFTER
[ ] (A) new short test(s) show(s) that the PR is working

## Some more infos

- Short PR: adding two features and formatting code in other features is too much

- BEFARE and AFTER sections:

```
BEFORE:
feature did this.
AFTER:
now, the features does that.
```

0 comments on commit 525d2bd

Please sign in to comment.