Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryAsa committed Sep 11, 2023
1 parent 5d56054 commit 387a4ba
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
interpreter or run as-is via `python myproblem.py`.
placeholder: |
<< your code here >>
render: python
render: Python
validations:
required: false

- type: textarea
attributes:
label: "Error message:"
description: >
Please include full error message, if any.
placeholder: |
<< Full traceback starting from `Traceback: ...` >>
render: shell
render: Shell
validations:
required: false

Expand All @@ -55,4 +55,4 @@
- Windows
- Linux
validations:
required: false
required: false
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
`/directory/subdirectory/file_with_issue.py`
description: >
Please describe where the issue in documentation is
like `/directory/subdirectory/file_with_issue.py`.
like `/directory/subdirectory/file_with_issue.py`.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
- [`PyTest Documentation`](https://docs.pytest.org/en/7.3.x/)
validations:
required: false

- type: textarea
attributes:
label: "Example Python Code of Intended Implementation and Feature:"
description: >
This code does not actually have to run, but should demonstrate how the new
feature is intended to work.
render: python
render: Python
validations:
required: false
required: false
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Please delete options that are not relevant.

## How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.

- [ ] Test A (Example: `tests/test_actions/test_rule_collection.py` --> `TestRuleCollection.test_adding_multiple_rules_to_collection()`)
- [ ] Test B
Expand Down

0 comments on commit 387a4ba

Please sign in to comment.