Skip to content

Commit

Permalink
added draft template
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell authored Apr 26, 2024
1 parent b335ccc commit ac3cbf6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
If you are a first-time contributor to GEOUNED, please read our contributing guidelines:
https://github.com/GEOUNED-org/GEOUNED/blob/main/CONTRIBUTING.md

# Description

Please include a summary of the changes and motivation for the changes

# Fixes issue

Please link to any issues that this PR fixes

# Checklist

- [ ] I'm making a PR from a feature branch on my fork into GEOUNED-org/GEOUNED/dev branch
- [ ] I have followed [PEP8 style guide]([url](https://peps.python.org/pep-0008/)) for Python or run a formatter such as [black]([url](https://github.com/psf/black)) or [ruff format]([url](https://github.com/astral-sh/ruff)) on my code
- [ ] I have made corresponding changes to the documentation
- [ ] I have added tests that prove my fix is effective or that my feature works

0 comments on commit ac3cbf6

Please sign in to comment.