Skip to content

Commit b3215e7

Browse files
committed
create pull request template
1 parent c72c52c commit b3215e7

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

.github/FUNDING.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# These are supported funding model platforms
2+
3+
github: [chakravala]
4+
patreon: dreamscatter
5+
liberapay: chakravala
6+
open_collective: grassmannjl
7+
ko_fi: # Replace with a single Ko-fi username
8+
tidelift: "julia/Grassmann"
9+
otechie: # Replace with a single Otechie username
10+
custom: https://music.crucialflow.com

.github/pull_request_template.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Type of pull request**
2+
Grammar fixes don't require any further explanation.
3+
Documentation extensions or examples require justification.
4+
Bug fixes require inclusion of or reference to bug report.
5+
New features require justification and desired goals.
6+
7+
**Describe the feature**
8+
A clear and concise description of what the feature is.
9+
Describe the changes proposed in the pull request.
10+
Reference any related issue in repository.
11+
12+
**To Reproduce**
13+
Steps to reproduce the desired behavior:
14+
15+
**Expected behavior**
16+
A clear and concise description of what you expected to happen.
17+
18+
**Environment:** (if necessary)
19+
- OS: [e.g. GNU/Linux/OSX/Windows]
20+
- Version [e.g. Julia v1.4, Grassmann v0.5.7]
21+
22+
**Additional context**
23+
Add any other context about the problem here.

0 commit comments

Comments
 (0)