Skip to content

Commit

Permalink
Add PR template (#569)
Browse files Browse the repository at this point in the history
Part of FuelLabs/fuel-core#1804

Adds a template for the PR description, containing a handy checklist.
  • Loading branch information
Dentosal authored Apr 15, 2024
1 parent aa06d95 commit 0cb0a45
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[Link to related issue(s) here, if any]

[Short description of the changes.]

### Before requesting review
- [ ] I have reviewed the code myself

### After merging, notify other teams

[Add or remove entries as needed]

- [ ] [Rust SDK](https://github.com/FuelLabs/fuels-rs/)
- [ ] [Sway compiler](https://github.com/FuelLabs/sway/)
- [ ] [Platform documentation](https://github.com/FuelLabs/devrel-requests/issues/new?assignees=&labels=new+request&projects=&template=NEW-REQUEST.yml&title=%5BRequest%5D%3A+) (for out-of-organization contributors, the person merging the PR will do this)
- [ ] Someone else?

1 comment on commit 0cb0a45

@snrcitizen
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Learnt something new here

Please sign in to comment.