diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2b74afa..19572f0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -20,10 +20,10 @@ 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:" @@ -31,7 +31,7 @@ Please include full error message, if any. placeholder: | << Full traceback starting from `Traceback: ...` >> - render: shell + render: Shell validations: required: false @@ -55,4 +55,4 @@ - Windows - Linux validations: - required: false \ No newline at end of file + required: false diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml index 580f714..59f75cd 100644 --- a/.github/ISSUE_TEMPLATE/documentation.yml +++ b/.github/ISSUE_TEMPLATE/documentation.yml @@ -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`. \ No newline at end of file + like `/directory/subdirectory/file_with_issue.py`. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 184d234..bea7df4 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -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 \ No newline at end of file + required: false diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 65e2087..405e972 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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