Skip to content

Commit 6ab5d29

Browse files
committed
Adding some GitHub templates, related to #160
1 parent 502ca9d commit 6ab5d29

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

.github/ISSUE_TEMPLATE.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Description
2+
3+
# Environment
4+
5+
- operating system:
6+
- Python version:
7+
- PyWPS version:
8+
- source/distribution
9+
- [ ] git clone
10+
- [ ] Debian
11+
- [ ] PyPI
12+
- [ ] zip/tar.gz
13+
- [ ] other (please specify):
14+
- web server
15+
- [ ] Apache/mod_wsgi
16+
- [ ] CGI
17+
- [ ] other (please specify):
18+
19+
# Steps to Reproduce
20+
21+
# Additional Information

.github/PULL_REQUEST_TEMPLATE.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Overview
2+
3+
# Related Issue / Discussion
4+
5+
# Additional Information
6+
7+
# Contribution Agreement
8+
9+
(as per https://github.com/geopython/pywps/blob/master/CONTRIBUTING.rst#contributions-and-licensing)
10+
11+
- [ ] I'd like to contribute [feature X|bugfix Y|docs|something else] to PyWPS. I confirm that my contributions to PyWPS will be compatible with the PyWPS license guidelines at the time of contribution.
12+
- [ ] I have already previously agreed to the PyWPS Contributions and Licensing Guidelines

0 commit comments

Comments
 (0)