-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
11 changed files
with
36 additions
and
41 deletions.
There are no files selected for viewing
File renamed without changes.
10 changes: 5 additions & 5 deletions
10
.github/ISSUE_TEMPLATE/bug_report.md → .github/ISSUE_TEMPLATE/00_bug.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
--- | ||
name: Bug | ||
about: Use this template if an implementation provides incorrect results or causes crashes. | ||
about: Report an error, performance issue or unexpected behaviour. | ||
labels: "type:bug" | ||
|
||
--- | ||
<!-- PLEASE ENSURE YOU REVIEW THE CONTENT OF EACH ISSUE CAREFULLY, INCLUDING SUBSEQUENT COMMENTS BY YOURSELF OR OTHERS. --> | ||
<!-- IN PARTICULAR PLEASE ENSURE THAT SENSITIVE OR INAPPROPRIATE INFORMATION IS NOT UPLOADED --> | ||
|
||
#### Description: | ||
<!-- Add a brief description --> | ||
<!-- Describe your issue here --> | ||
|
||
|
||
#### How to replicate: | ||
<!-- Describe a routine that allows developers to replicate the issue --> | ||
#### Steps to reproduce: | ||
<!-- Please tell us how to reproduce this issue --> | ||
|
||
|
||
#### Expected behaviour: | ||
<!-- What result would you expect from the fix? --> | ||
|
||
|
||
#### Test file(s): | ||
<!-- Link to test files to validate the proposed changes --> | ||
<!-- Link to test files to help reproduce the bug and validate the proposed fixes --> |
4 changes: 2 additions & 2 deletions
4
.github/ISSUE_TEMPLATE/feature_request.md → .github/ISSUE_TEMPLATE/01_feature_request.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
--- | ||
name: Feature Request | ||
about: Use this template to request a functionality that doesn't exist yet or is only partially implemented. | ||
about: Suggest ideas for new functionality, or enhancement of existing. | ||
labels: "type:feature" | ||
|
||
--- | ||
<!-- PLEASE ENSURE YOU REVIEW THE CONTENT OF EACH ISSUE CAREFULLY, INCLUDING SUBSEQUENT COMMENTS BY YOURSELF OR OTHERS. --> | ||
<!-- IN PARTICULAR PLEASE ENSURE THAT SENSITIVE OR INAPPROPRIATE INFORMATION IS NOT UPLOADED --> | ||
|
||
#### Description: | ||
<!-- Add a brief description of what functionality is missing, including sufficient details of expected behaviour --> | ||
<!-- Describe your idea. Including details of the intended functionality, expected behaviour and desired inputs and outputs --> | ||
|
||
|
||
|
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,11 @@ | ||
--- | ||
name: Test Script | ||
about: Creation of a unit test is required to check functionality, test use cases or validity of a specific part of the code. | ||
labels: "type:test-script" | ||
|
||
--- | ||
<!-- PLEASE ENSURE YOU REVIEW THE CONTENT OF EACH ISSUE CAREFULLY, INCLUDING SUBSEQUENT COMMENTS BY YOURSELF OR OTHERS. --> | ||
<!-- IN PARTICULAR PLEASE ENSURE THAT SENSITIVE OR INAPPROPRIATE INFORMATION IS NOT UPLOADED --> | ||
|
||
#### Definition of the test : | ||
<!-- Please describe the test, including the proposed scope and range of input parameters --> |
8 changes: 2 additions & 6 deletions
8
.github/ISSUE_TEMPLATE/documentation.md → .github/ISSUE_TEMPLATE/03_documentation.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,11 @@ | ||
--- | ||
name: Documentation | ||
about: Use this template to report missing or incorrect documentation in the code or in the wiki. | ||
about: Highlight missing or incorrect documentation in the code or in the website and wiki. | ||
labels: "type:documentation" | ||
|
||
--- | ||
<!-- PLEASE ENSURE YOU REVIEW THE CONTENT OF EACH ISSUE CAREFULLY, INCLUDING SUBSEQUENT COMMENTS BY YOURSELF OR OTHERS. --> | ||
<!-- IN PARTICULAR PLEASE ENSURE THAT SENSITIVE OR INAPPROPRIATE INFORMATION IS NOT UPLOADED --> | ||
|
||
#### Describe the documentation issue: | ||
- [ ] The code - the attribute of a method or class | ||
- [ ] The wiki | ||
|
||
#### What is missing/incorrect? | ||
<!-- Details of desired documentation? --> | ||
<!-- Details of desired documentation --> |
2 changes: 1 addition & 1 deletion
2
.github/ISSUE_TEMPLATE/compliance.md → .github/ISSUE_TEMPLATE/04_compliance.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
9 changes: 4 additions & 5 deletions
9
.github/ISSUE_TEMPLATE/api_changed.md → ...ISSUE_TEMPLATE/05_external_api_changes.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
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,11 @@ | ||
--- | ||
name: Question | ||
about: Ask a question about any aspect of the BHoM code or toolkits. Equally do feel free to reach out on Slack with queries and for wider discussions. Link and open invite can be found on https://bhom.xyz | ||
labels: "type:question" | ||
|
||
--- | ||
<!-- PLEASE ENSURE YOU REVIEW THE CONTENT OF EACH ISSUE CAREFULLY, INCLUDING SUBSEQUENT COMMENTS BY YOURSELF OR OTHERS. --> | ||
<!-- IN PARTICULAR PLEASE ENSURE THAT SENSITIVE OR INAPPROPRIATE INFORMATION IS NOT UPLOADED --> | ||
|
||
|
||
<!-- If you would like to ask a question on Slack you can find a link and open invite on https://bhom.xyz --> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.