Skip to content

Commit 3da7041

Browse files
committed
add issue/pr templates
1 parent 38dce8a commit 3da7041

File tree

2 files changed

+93
-0
lines changed

2 files changed

+93
-0
lines changed

.github/ISSUE_TEMPLATE.md

+54
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
<!--
2+
3+
Thanks for considering contributing to Awesome Python Applications! If
4+
you're not suggesting adding a project, you can stop reading
5+
now and delete the remainder of this template
6+
7+
---
8+
9+
(Please title your issue `"Add project: <project name>"`)
10+
11+
-->
12+
13+
## Basic info
14+
15+
**Application name**:
16+
**Application repo link**:
17+
**Application home link**:
18+
**Application description**:
19+
20+
## Qualifications
21+
22+
There are a ton of great Python projects out there, but what makes an
23+
application "Awesome™"? Please check that all of the following criteria apply:
24+
25+
- [ ] Free software with an online source repository.
26+
- [ ] Using Python for a considerable part of their functionality.
27+
- [ ] Well-known, or at least prominently used in an identifiable niche.
28+
- [ ] Maintained or otherwise demonstrably still functional on relevant platforms.
29+
- [ ] An application, not a library or framework.
30+
31+
Note that installability via pip/PyPI and a developer-audience focus
32+
may warrant a higher standard for inclusion, in keeping with the
33+
spirit of the list:
34+
http://sedimental.org/awesome_python_applications.html
35+
36+
## Additional notability info
37+
38+
<!-- Prominent uses or users, or promotional material, ideally written for an audience not familiar with that project's particular technologies) -->
39+
40+
---
41+
42+
<!--
43+
44+
## One more thing
45+
46+
Since you've made it this far, why not consider filing [a PR](https://github.com/mahmoud/awesome-python-applications/pulls)?
47+
48+
If your suggestion is a GitHub project, it's as easy as adding 2-3
49+
lines to the `projects.yaml` file. There are comments and plenty of
50+
examples in the file. Here's [an edit link](https://github.com/mahmoud/awesome-python-applications/edit/master/projects.yaml).
51+
52+
No pressure or anything, feel free to smack that submit button, too! Thanks again!
53+
54+
-->

.github/PULL_REQUEST_TEMPLATE.md

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<!--
2+
3+
Thanks for considering contributing to Awesome Python Applications! If
4+
you're not suggesting adding a project, you can stop reading
5+
now and delete the remainder of this template
6+
7+
---
8+
9+
(Please title your PR `"Add project: <project name>"`)
10+
11+
-->
12+
13+
14+
## Basic info
15+
16+
**Application name**:
17+
**Application repo link**:
18+
**Application home link**:
19+
**Application description**:
20+
21+
## Qualifications
22+
23+
There are a ton of great Python projects out there, but what makes an
24+
application "Awesome™"? Please check that all of the following criteria apply:
25+
26+
- [ ] Free software with an online source repository.
27+
- [ ] Using Python for a considerable part of their functionality.
28+
- [ ] Well-known, or at least prominently used in an identifiable niche.
29+
- [ ] Maintained or otherwise demonstrably still functional on relevant platforms.
30+
- [ ] An application, not a library or framework.
31+
32+
Note that installability via pip/PyPI and a developer-audience focus
33+
may warrant a higher standard for inclusion, in keeping with the
34+
spirit of the list:
35+
http://sedimental.org/awesome_python_applications.html
36+
37+
## Additional notability info
38+
39+
<!-- Prominent uses or users, or promotional material, ideally written for an audience not familiar with that project's particular technologies) -->

0 commit comments

Comments
 (0)