-
-
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.
- Loading branch information
1 parent
c8f58dd
commit f1b9fb2
Showing
46 changed files
with
1,415 additions
and
298 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
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 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,54 @@ | ||
name: "Bug report" | ||
description: "Report a bug" | ||
labels: ["bug"] | ||
body: | ||
- type: "checkboxes" | ||
id: "no-duplicate-issues" | ||
attributes: | ||
label: "Please check that this bug hasn't been reported before" | ||
options: | ||
- required: True | ||
label: "I searched previous bug reports [here](https://github.com/blakeNaccarato/c-therm-tci/issues?q=label%3Abug+sort%3Acomments-desc) or [here](https://github.com/search?q=repo%3AblakeNaccarato/c-therm-tci+label%3Abug&type=issues) and didn't find any similar reports." | ||
- type: "checkboxes" | ||
id: "latest-version" | ||
attributes: | ||
label: "Please confirm that this bug affects the latest version" | ||
description: "Please verify the issue is present in the latest version by installing it with `pip install c_therm_tci==0.0.0` and checking. If you have other issues or questions about earlier versions, please visit the [Q&A](https://github.com/blakeNaccarato/c-therm-tci/discussions/new?category=q-a)." | ||
options: | ||
- required: True | ||
label: "This bug affects version `0.0.0` of `c_therm_tci`." | ||
- type: "checkboxes" | ||
id: "operating-systems" | ||
attributes: | ||
label: "Please indicate which operating system(s) you are using" | ||
description: "You may select more than one" | ||
options: | ||
- label: "Linux" | ||
- label: "macOS" | ||
- label: "Windows" | ||
- type: "textarea" | ||
id: "expected" | ||
validations: | ||
required: True | ||
attributes: | ||
label: "Expected Behavior" | ||
description: "Please explain what **should** happen" | ||
- type: "textarea" | ||
id: "what-happened" | ||
attributes: | ||
label: "Current behaviour" | ||
description: "Please explain what happens instead of the expected behavior" | ||
validations: | ||
required: True | ||
- type: "textarea" | ||
id: "reproduce" | ||
validations: | ||
required: True | ||
attributes: | ||
label: "Steps to reproduce" | ||
description: "Please provide steps that would allow someone to reproduce the issue" | ||
- type: "textarea" | ||
id: "possible-solution" | ||
attributes: | ||
label: "Possible solution" | ||
description: "Please suggest a possible fix or any ideas you may have about the root cause" |
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,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: "Ask a question" | ||
url: "https://github.com/blakeNaccarato/c-therm-tci/discussions/new?category=q-a" | ||
about: "Ask for help. Please search related Q&As in case your question has been asked before." |
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,23 @@ | ||
name: "Feature request" | ||
description: "Request a new feature" | ||
labels: ["enhancement"] | ||
body: | ||
- type: "checkboxes" | ||
id: "no-duplicate-issues" | ||
attributes: | ||
label: "Please check that this feature hasn't been requested before" | ||
options: | ||
- required: True | ||
label: "I searched previous feature requests [here](https://github.com/blakeNaccarato/c-therm-tci/issues?q=label%3Aenhancement+sort%3Acomments-desc) or [here](https://github.com/search?q=repo%3AblakeNaccarato/c-therm-tci+label%3Aenhancement&type=issues) and didn't find any similar requests." | ||
- type: "textarea" | ||
id: "feature-description" | ||
validations: | ||
required: True | ||
attributes: | ||
label: "Feature description" | ||
description: "Please describe your requested feature" | ||
- type: "textarea" | ||
id: "possible-solution" | ||
attributes: | ||
label: "Possible implementation" | ||
description: "Please provide a few details as to how this feature might be implemented" |
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,23 @@ | ||
name: "Documentation request" | ||
description: "Request documentation improvements" | ||
labels: ["docs"] | ||
body: | ||
- type: "checkboxes" | ||
id: "no-duplicate-issues" | ||
attributes: | ||
label: "Please check that this documentation improvement hasn't been requested before" | ||
options: | ||
- required: True | ||
label: "I searched previous documentation improvement requests [here](https://github.com/blakeNaccarato/c-therm-tci/issues?q=label%3Adocs+sort%3Acomments-desc) or [here](https://github.com/search?q=repo%3AblakeNaccarato/c-therm-tci+label%3Adocs&type=issues) and didn't find any similar requests." | ||
- type: "textarea" | ||
id: "feature-description" | ||
validations: | ||
required: True | ||
attributes: | ||
label: "Documentation enhancement description" | ||
description: "Please describe your requested documentation enhancement" | ||
- type: "textarea" | ||
id: "possible-solution" | ||
attributes: | ||
label: "Possible solution" | ||
description: "Please provide a few details as to how this documentation enhancement might be implemented" |
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,23 @@ | ||
name: "Infrastructure change" | ||
description: "Report infrastructure or other development concerns" | ||
labels: ["infra"] | ||
body: | ||
- type: "checkboxes" | ||
id: "usage" | ||
attributes: | ||
label: "Please only use this form for changes to tooling, non-feature refactoring, dependency updates, and other infrastructure concerns." | ||
options: | ||
- required: True | ||
label: "This request is about infrastructure. It is not about a bug report, feature request, or documentation suggestion." | ||
- type: "textarea" | ||
id: "description" | ||
validations: | ||
required: True | ||
attributes: | ||
label: "Description" | ||
description: "Please describe the change." | ||
- type: "textarea" | ||
id: "possible-solution" | ||
attributes: | ||
label: "Steps" | ||
description: "Please describe the steps to making this change." |
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,27 @@ | ||
<!--- Provide a general summary of your changes in the Title above --> | ||
<!--- If you're unsure about any of the below, don't hesitate to ask. We're here to help! --> | ||
|
||
# Description | ||
|
||
<!--- Describe your changes in detail --> | ||
|
||
## Motivation and context | ||
|
||
<!--- Why is this change required? What problem does it solve? --> | ||
<!--- If it fixes an open issue, please link to the issue here. --> | ||
|
||
## Test plan | ||
|
||
<!--- Please describe in detail how you tested your changes. --> | ||
|
||
## Checklist | ||
|
||
- [ ] My code follows this project's code style. | ||
- [ ] My change requires a change to the documentation. | ||
- [ ] I have updated the documentation accordingly. | ||
- [ ] My change is adequately tested. | ||
|
||
## Terms | ||
|
||
- [ ] My contribution follows the [contributing guide](https://github.com/blakeNaccarato/c-therm-tci/blob/main/CONTRIBUTING.md). | ||
- [ ] I agree to follow the [code of conduct](https://github.com/blakeNaccarato/c-therm-tci/blob/main/CODE_OF_CONDUCT.md). |
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
Oops, something went wrong.