Skip to content

Commit c9d96f5

Browse files
authored
Create pull_request_template.md
1 parent 8203a3c commit c9d96f5

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
### 📝 Pull Request Summary
2+
3+
_Briefly describe what this Pull Request adds or modifies in the MONAN model.<br>
4+
(...)_
5+
6+
---
7+
8+
### 🔧 Modification Type
9+
10+
- [ ] Bug fix
11+
- [ ] New feature
12+
- [ ] Improvement to existing model functionality
13+
- [ ] Code refactoring
14+
- [ ] Other: _____________
15+
16+
---
17+
18+
### ✅ Testing and Code Quality
19+
20+
- [ ] Code follows the MONAN DTN-01 coding standard
21+
- [ ] The MONAN model was successfully compiled and executed
22+
- [ ] New code is covered by unit or regression tests (if applicable)
23+
24+
---
25+
26+
### 🧪 Scientific Impact
27+
28+
_If applicable, summarize the scientific or methodological relevance of this contribution.<br>
29+
(...)_

0 commit comments

Comments
 (0)