mirror of
https://github.com/status-im/sn-api.git
synced 2026-08-31 01:31:07 +00:00
* add contributors guide * Update the PR template contributors guide link * Update the PR template contributors guide link * Update one PR template checklist rule
16 lines
604 B
Markdown
16 lines
604 B
Markdown
# What does this PR resolve? 🚀
|
|
- Example 1
|
|
- Example 2
|
|
|
|
# Details 📝
|
|
Details about the resolved issues or added features...
|
|
|
|
# Checklist ✅
|
|
- [ ] I've read **Contributions** section in the [CONTRIBUTORS.md](https://github.com/status-im/sn-api/blob/main/CONTRIBUTORS.md) document
|
|
- [ ] I have merged the base branch into my branch and resolved all conflicts before merging back into it
|
|
- [ ] I have documented the new code
|
|
- [ ] I have created automated tests for the new code
|
|
- [ ] I have smoke tested the new code locally
|
|
- [ ] I have assigned the PR to myself
|
|
- [ ] I have named the PR correctly
|