Skip to content

Commit

Permalink
Create pull_request_template.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jgphpc authored Nov 29, 2023
1 parent c4a7e66 commit a35f140
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .github/pull_request_template.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: "Pull request"
description: Add/Update a test
labels: [test]
body:
- type: textarea
id: summary
attributes:
label: Summary
description: Describe the purpose of this pull request.<br>Add a link to the jira issue if it exists.
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: Steps to reproduce
description: |
Share the command line used to run the test, including full path to input files/images and/or environment variables
placeholder: |
```console
$ reframe -r ...
```
validations:
required: true
- type: checkboxes
id: checks
attributes:
label: General information
options:
- label: My pull request originates from a branch in my `fork` of https://github.com/eth-cscs/cscs-reframe-tests
required: true
- label: I split different tests into different pull requests (make the reviewer(s) life easier please)
required: true
- label: My code explicitely mentions the `origin|license|version` of external source code
required: true
- label: I applied `coding conventions` to my code using for example [pycodestyle](https://github.com/PyCQA/pycodestyle) or [black](https://github.com/psf/black)
required: true





Thank you for taking the time to contribute to `cscs-reframe-tests` !

0 comments on commit a35f140

Please sign in to comment.