Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/everything_else.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Everything else
about: A PR that does not require a proposal.
title: ''
labels:
assignees: ''

---

# Summary
A summary of the PR.

# Related Issues, Discord Discussions or Proposals
Links go here.

# Comments
Any further comments.
17 changes: 17 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/new_api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: New API/Module
about: For major additions to Silk.NET. These require a proposal in the [docs repo](https://github.com/Ultz/Silk.NET).
title: ''
labels: feature
assignees: ''

---

# Proposal
A link to the approved proposal.

# Summary
A short summary of what this PR will add.

# Comments
Add any other context about the PR here.