Add contribution guide (#595)

* Add contribution guide

* update code of conduct contact email

* add PR template
This commit is contained in:
Maycon Santos
2022-12-02 13:31:31 +01:00
committed by GitHub
parent 0cf0dc048b
commit a6d2f673ad
4 changed files with 377 additions and 1 deletions

10
.github/pull_request_template.md vendored Normal file
View File

@@ -0,0 +1,10 @@
## Describe your changes
## Issue ticket number and link
### Checklist
- [ ] Is it a bug fix
- [ ] Is a typo/documentation fix
- [ ] Is a feature enhancement
- [ ] Created tests that fail without the change (if possible)
- [ ] Extended the README / documentation, if necessary