Skip to content

Commit 21ddec4

Browse files
authored
Create pull_request_template.md
1 parent 5abf36f commit 21ddec4

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

.github/pull_request_template.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# freeRASP X.Y.Z
2+
<!-- Subtitle or additional text (optional) -->
3+
4+
<!-- Check all tasks. Can be done after submission. -->
5+
## Pre-release checklist
6+
- [ ] 🚀 Dev/Release modes works
7+
- [ ] 🔄 Callbacks works
8+
- [ ] 📝 Logging works
9+
- [ ] sdkVersion is correct
10+
- [ ] sdkPlatform is correct
11+
- [ ] ✅ Tests are passing
12+
- [ ] 📋 Changelog updated
13+
- [ ] ➡️ `pubspec.yaml` version updated
14+
15+
<!-- Check all tasks. Can be done after submission. -->
16+
## Post-release checklist
17+
- [ ] 🐦 Release to pub.dev
18+
- [ ] 📝 GitHub release
19+
20+
## Type of Changes
21+
22+
- [ ] ✨ New feature (non-breaking change which adds functionality)
23+
- [ ] 🛠️ Bug fix (non-breaking change which fixes an issue)
24+
- [ ] ❌ Breaking change (fix or feature that would cause existing functionality to change)
25+
- [ ] 🧹 Code refactor
26+
- [ ] ✅ Build configuration change
27+
- [ ] 📝 Documentation
28+
- [ ] 🗑️ Chore
29+
30+
## Description
31+
32+
<!--
33+
Add description of this release
34+
- what are the improvements?
35+
- what is fixed?
36+
37+
Don't forget to link issues which are resolved. Use keywords for automatically closing issues.
38+
More about it here: https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue
39+
40+
-->

0 commit comments

Comments
 (0)