Skip to content

Commit 76ee8cf

Browse files
committed
fix(issues): Guide people where to go
Fixes #7
1 parent fd28f42 commit 76ee8cf

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<!--
2+
For feedback on recommended practices or tools, please instead see https://github.com/crate-ci/meta
3+
-->

CONTRIBUTING.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ If you make additions or other changes to a pull request, feel free to either am
2626
previous commits or only add new ones, however you prefer. We may ask you to squash
2727
your commits before merging, depending.
2828

29-
3029
## Issue Tracker
3130

3231
You can find the issue tracker [on
@@ -37,9 +36,15 @@ We use the following labels:
3736

3837
* `enhancement`: This is for any request for new sections or functionality.
3938
* `bug`: This is for anything that's in the docs, but incorrect or not working.
40-
* `discussion`: A discussion about improving something in RBE; this may lead to new
39+
* `question`: A discussion about how we should document a best practice. This may lead to new
4140
enhancement or bug issues.
4241

42+
Note that this is focused on issues in documenting best practices. For
43+
discussing what the best practices should be, instead see the [meta]
44+
discussion.
45+
46+
[meta]: https://github.com/crate-ci/meta
47+
4348
## Development workflow
4449

4550
To build the docs, [install Rust], and then:

0 commit comments

Comments
 (0)