Skip to content

Commit 82cb366

Browse files
authored
Issue templates (#53)
* Added issue templates to the repo. * Updated the labels to use dedicated labels.
1 parent edbd10f commit 82cb366

File tree

4 files changed

+56
-0
lines changed

4 files changed

+56
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Outdated API
3+
about: 'This should be used when an API change in the main repo would invalidate information in the user-guide.'
4+
title: ''
5+
labels: outdated-api
6+
assignees: jacobsky
7+
8+
---
9+
10+
<!--
11+
Please link the PR with the relevant changes and which milestone in godot-rust it is associated with.
12+
If possible, include a brief overview of the API change and which documentation will need to be updated to reflect this.
13+
-->
14+

.github/ISSUE_TEMPLATE/book-error.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Book error
3+
about: 'Report incorrect or confusing sections. For typos and grammar issues, please directly create a pull request instead.'
4+
title: ''
5+
labels: error
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
Please provide a link to the specific section and include the incorrect passage verbatim.
12+
Make sure to include the reason why the information is either confusing or incorrect.
13+
-->
14+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: New question for the FAQ
3+
about: This is intended to request a specific question to be addressed that appears to be missing from the FAQ
4+
title: ""
5+
labels: faq
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
Please either include the question verbatim or link to an issue in the godot-rust repository that should be included into the book.
12+
Do not propose questions that are not specifically relevant to godot-rust.
13+
-->
14+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Propose a new topic
3+
about: Propose a new topic to be added to the godot-rust book.
4+
title: ''
5+
labels: new-topic
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
Please be sure to provide the desired topic as well as why the topic would be a good fit for the book.
12+
Include which section this would belong to if relevant.
13+
-->
14+

0 commit comments

Comments
 (0)