-
Notifications
You must be signed in to change notification settings - Fork 733
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a4c442c
commit 8bb0cc4
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
name: Bug report | ||
about: I think I found a bug | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
Please do report bugs you find, especially if something is calculated incorrectly, something is rejected when it should be accepted, something is accepted but should be rejected, etc. | ||
|
||
Please do not submit bug reports requesting new features. | ||
|
||
Please do not submit bug reports requesting ports to new platforms. That is a feature request. | ||
|
||
Please do not submit bug reports caused by build failures unless you are *confident* that it is a true bug and not a build configuration issue. This project isn't as easy to build as other Rust projects. Most bug reports are about really asking for help figuring out how to configure the build. `mk/cargo.sh`, `mk/install-build-tools.{sh,ps1}`, and the GitHub Actions configuration contain plenty of examples of how to build this. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
name: Feature request | ||
about: No feature requests are being accepted | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
Please do not submit feature requests to this repo. I'm not accepting feature requests. Thanks! |