Skip to content

Commit

Permalink
[#405] Update templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnie-Ice committed Nov 7, 2024
1 parent 777773a commit 6c2bddd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
15 changes: 9 additions & 6 deletions .github/ISSUE_TEMPLATE/1-BUG_REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ body:
- type: input
id: reprod-url
attributes:
label: "Reproduction URL"
description: Please enter your GitHub URL to provide a reproduction of the issue
placeholder: ex. https://github.com/USERNAME/REPO-NAME
label: "Branch Name"
description: Please enter the branch / link to fork
placeholder: ex. 'dev' or https://github.com/USERNAME/REPO-NAME
validations:
required: false
- type: textarea
Expand Down Expand Up @@ -59,8 +59,11 @@ body:
description: What is the impacted environment ?
multiple: true
options:
- Windows
- Linux
- Mac
- Windows (Direct Clone)
- Windows (Shared Folders)
- Linux (Direct Clone)
- Linux (Shared Folders)
- Mac (Direct Clone)
- Mac (Shared Folders)
validations:
required: true
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/2-FEATURE_REQUEST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ body:
- type: textarea
id: basic_example
attributes:
label: "Basic Example"
label: "Use Case"
description: Indicate here some basic examples of your feature.
placeholder: A few specific words about your feature request.
validations:
Expand Down
13 changes: 6 additions & 7 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
### All Submissions:

* [ ] Have you followed the guidelines in our Contributing document?
* [ ] Have you followed the guidelines in our [Contributing](https://github.com/nasa/nos3/blob/main/CONTRIBUTING.md) document?
* [ ] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/nasa/nos3/pulls) for the same update/change?

<!-- You can erase any parts of this template not applicable to your Pull Request. -->

### New Feature Submissions:

1. [ ] Does your submission pass tests?
2. [ ] Have you lint your code locally prior to submission?
* [ ] Does your submission pass tests?

### Changes to Core Features:

* [ ] Have you added an explanation of what your changes do and why you'd like us to include them?
* [ ] Have you written new tests for your core changes, as applicable?
* [ ] Have you successfully ran tests with your changes locally?

### How do you test these changes?

<input type="text" id="explain" name="explain"/>

0 comments on commit 6c2bddd

Please sign in to comment.