Skip to content
This repository was archived by the owner on Jul 28, 2024. It is now read-only.

Commit f15e0f8

Browse files
committed
Add codewoners and PR template
1 parent 4670a88 commit f15e0f8

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

.github/CODEOWNERS

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Who owns all the fish by default
2+
* @skotopes @DrZlo13 @hedger
3+
4+
/avr_isp_programmer @skotopes @DrZlo13 @hedger @Skorpionm
5+
/dap_link @skotopes @DrZlo13 @hedger
6+
/hid_app @skotopes @DrZlo13 @hedger @nminaylov
7+
/mass_storage @skotopes @DrZlo13 @hedger @nminaylov
8+
/mfkey32 @skotopes @DrZlo13 @hedger @gornekich
9+
/nfc_magic @skotopes @DrZlo13 @hedger @gornekich
10+
/nfc_rfid_detector @skotopes @DrZlo13 @hedger @gornekich
11+
/picopass @skotopes @DrZlo13 @hedger @gornekich
12+
/signal_generator @skotopes @DrZlo13 @hedger @nminaylov
13+
/spi_mem_manager @skotopes @DrZlo13 @hedger
14+
/weather_station @skotopes @DrZlo13 @hedger @Skorpionm

.github/pull_request_template.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# What's new
2+
3+
- [ Describe changes here ]
4+
5+
# Verification
6+
7+
- [ Describe how to verify changes ]
8+
9+
# Checklist (For Reviewer)
10+
11+
- [ ] PR has description of feature/bug or link to Confluence/Jira task
12+
- [ ] Description contains actions to verify feature/bugfix
13+
- [ ] I've built this code, uploaded it to the device and verified feature/bugfix

0 commit comments

Comments
 (0)