Merge pull request #1134 from EthicalSource/coralineada/internals-update
Update pull request template
This commit is contained in:
commit
81562ac99d
3 changed files with 18 additions and 7 deletions
15
.github/pull_request_template.md
vendored
Normal file
15
.github/pull_request_template.md
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Contributor Covenant Adoption
|
||||
|
||||
## Project name
|
||||
Your project name
|
||||
|
||||
## Project repository
|
||||
Link to the main repository for this project
|
||||
|
||||
## Link to code of conduct in your project's repo or documentation
|
||||
[Code of conduct](url)
|
||||
|
||||
## Check your work!
|
||||
Please double-check that you inserted the contact method for reporting incidents in the template. (Search the document for `[INSERT CONTACT METHOD]`)
|
||||
|
||||
*Thank you!*
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
# Contributor Covenant Adoption
|
||||
|
||||
## Project name
|
||||
Your project name
|
||||
|
||||
## Link to code of conduct in repo or documentation
|
||||
[Code of conduct](url)
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -3,3 +3,6 @@
|
|||
|
||||
# Vim swap files
|
||||
*.sw?
|
||||
|
||||
# Other
|
||||
.nova/
|
||||
|
|
|
|||
Loading…
Reference in a new issue