Skip to content

Commit 682e173

Browse files
authored
add instructions to pull request template
Pull requests often come in with the template verbatim, adding some instructions to them and removing the draft PR section for now.
1 parent 0073647 commit 682e173

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+6-9
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
Thank you for contributing to the `develop` branch of the **Open Modeling Foundation repo**.
1+
## Pull Request Template Instructions
22

3-
### How to Submit Draft Pull Request (PR)
4-
If your changes are still a work in progress, submit a draft PR:
5-
6-
![52671177-5d0e0100-2ee8-11e9-8645-bdd923b7d93b](https://user-images.githubusercontent.com/8737685/95248831-b2d5a200-07cc-11eb-879b-0d67c42f38b5.gif)
3+
Thank you for contributing to the **Open Modeling Foundation Standards Repository**. Please delete this Instructions section and replace the below _italicized text_ with details specific to your pull request.
74

85
### Objective
9-
_Briefly describe objective(s) for proposed changes._
10-
6+
_Briefly describe the objective(s) of the proposed changes._
117

128

139
### Changes
@@ -22,17 +18,18 @@ _Briefly list the changes that you made._
2218
`keywords: close, fix, resolve`
2319

2420

25-
_Does this resolve any issues? Preceding issue numbers with_ `keywords` _will automatically close the issue if a PR is approved._
21+
_Does this resolve any issues? Preceding issue numbers with_ `keywords` _will automatically close the issue if this PR is merged._
2622

2723
- close #[issue number]
2824

2925

3026
### Contributors
3127
_Use_ **@** _to mention contributors._
3228

29+
_You can also enter [`Co-authored-by: name <email>`](https://docs.github.com/en/github/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors) in your commit messages to explicitly mark co-authors in this commit._
30+
3331
- @[contributor1_username]
3432
- @[contributor2_username]
3533

36-
3734
### Additional Info
3835
_Additional information, link attachments, or photo attachments._

0 commit comments

Comments
 (0)