-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add: Linux Easycompile
- Loading branch information
Showing
10 changed files
with
98 additions
and
193 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,62 @@ | ||
name: Bug report | ||
description: Create a report to help us improve | ||
labels: [bug] | ||
assignees: Xanthus58 | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: > | ||
**Thanks for filing a 🐛 bug report 😄!** | ||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: Problem | ||
description: > | ||
A clear and concise description of what the bug is, | ||
including what currently happens and what you expected to happen. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: steps | ||
attributes: | ||
label: Steps | ||
description: The steps to reproduce the bug. | ||
placeholder: | | ||
1. | ||
2. | ||
3. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: solutions | ||
attributes: | ||
label: Possible Solution(s) | ||
description: > | ||
Not obligatory, but suggest a fix/reason for the bug, | ||
or ideas how to implement the addition or change. | ||
- type: textarea | ||
id: notes | ||
attributes: | ||
label: Notes | ||
|
||
- type: textarea | ||
id: version | ||
attributes: | ||
label: Rustup version | ||
description: Output of `rustup --version` | ||
render: console | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: toolchains | ||
attributes: | ||
label: Installed toolchains | ||
description: Output of `rustup show` | ||
render: console | ||
validations: | ||
required: true |
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,34 @@ | ||
name: Enhancement request | ||
description: Suggest an enhancement for this project | ||
labels: [enhancement] | ||
assignees: Xanthus58 | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: > | ||
**Thanks for filing an 🙋 enhancement request 😄!** | ||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: Problem you are trying to solve | ||
description: > | ||
A clear and concise description of the problem this enhancement request is trying to solve. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: solution | ||
attributes: | ||
label: Solution you'd like | ||
description: > | ||
A clear and concise description of what you want to happen. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: notes | ||
attributes: | ||
label: Notes | ||
description: > | ||
Any additional context or information you feel may be relevant to the issue. |
Binary file not shown.
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
This file was deleted.
Oops, something went wrong.