File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed
.github/PULL_REQUEST_TEMPLATE Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Everything else
3
+ about : A PR that does not require a proposal.
4
+ title : ' '
5
+ labels :
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ # Summary
11
+ A summary of the PR.
12
+
13
+ # Related Issues, Discord Discussions or Proposals
14
+ Links go here.
15
+
16
+ # Comments
17
+ Any further comments.
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : New API/Module
3
+ about : For major additions to Silk.NET. These require a proposal in the [docs repo](https://github.com/Ultz/Silk.NET).
4
+ title : ' '
5
+ labels : feature
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ # Proposal
11
+ A link to the approved proposal.
12
+
13
+ # Summary
14
+ A short summary of what this PR will add.
15
+
16
+ # Comments
17
+ Add any other context about the PR here.
You can’t perform that action at this time.
0 commit comments