Skip to content

Commit

Permalink
Merge pull request #4498 from shiltemann/pr-template-update
Browse files Browse the repository at this point in the history
Simplify PR template
  • Loading branch information
hexylena authored Nov 8, 2023
2 parents 902cca8 + 8ce3947 commit d1d7a68
Showing 1 changed file with 9 additions and 24 deletions.
33 changes: 9 additions & 24 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,9 @@
# Thank you for contributing to the GTN! :yellow_heart:

## Please check that:

- [ ] Your pull request has a **good title**, e.g.
- "Fix typo in ansible-galaxy tutorial"
- "Add new transcriptomics tutorial covering a new sequencing technology"
- [ ] Please **replace this entire pull request message** with a *description of your changes*, it will help us review your pull request faster
- [ ] Check that your images are allowed to be re-hosted by the GTN

Once these are done, you're ready to go!

<details>
<summary>Consider sustainable computing with Draft Mode :green_heart:</summary>

Is your pull request finished? 100% ready to be merged? Or do you want some time to work on it first (which we encourage! It's great to have visibility)

If not, then please consider creating this pull request as a draft.

Regular pull requests will trigger automated test runs when they are created
and every time you update them.

As a small contribution to sustainable computing, we skip the most energy intensive of these tests for pull requests marked as drafts. Once your pull request is ready to go, then you can click a button saying "Ready for Review" and the tests will be run!
</details>
--> Please remove all this text before submitting your PR, it's just a checklist to help you :) <--

1. Give your pull request a **good title**
- e.g. "Fix typo in ansible-galaxy tutorial" or "Add new transcriptomics tutorial covering a new sequencing technology"
2. Describe your changes in detail, list anything you still need some help with or things that are still TODO
3. Check that your images are allowed to be re-hosted by the GTN!
4. Still working on it? Make it a **Draft** pull request
- Once it is ready, choose **Ready for Review**
- Then the automated tests will run and we will know to review and merge it

0 comments on commit d1d7a68

Please sign in to comment.