Skip to content

Commit 64e0b59

Browse files
authored
Create pull_request_template.md
1 parent a404cbc commit 64e0b59

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/pull_request_template.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Fixes
2+
3+
## Changes proposed in this pull request
4+
5+
6+
---
7+
8+
# Release
9+
10+
## Release Version
11+
Mention release version here with [Semantic Versioning 2.0.0](https://semver.org/)
12+
13+
## Release Description (for ChnageLog)
14+
Clearly mention what features added or Bugs fixed. The same should be Changed in [NEWS.md]
15+
16+
## Release Checklist
17+
* [ ] Version modified in [DESCRIPTION]
18+
* [ ] Version modified in [app.R]
19+
* [ ] Changes logged in [NEWS.md]
20+
* [ ] `R CMD` check passed without any error in local.
21+
22+
[README.md]: https://github.com/sk-sahu/sig-bio-shiny/blob/dev/README.md
23+
[DESCRIPTION]: https://github.com/sk-sahu/sig-bio-shiny/blob/dev/DESCRIPTION
24+
[app.R]: https://github.com/sk-sahu/sig-bio-shiny/tree/dev/inst/app/app.R
25+
[NEWS.md]: https://github.com/sk-sahu/sig-bio-shiny/blob/dev/NEWS.md

0 commit comments

Comments
 (0)