Skip to content

Commit 78a36c6

Browse files
Add new project initialization and security tips (#3)
Added instructions for new project initialization and security setup.
1 parent 0acc5ce commit 78a36c6

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,15 @@ A brief, one-sentence "elevator pitch" of what this project does.
2121

2222
## 📄 License
2323
This project is licensed under the [MIT License](LICENSE).
24+
25+
---
26+
## 🏁 New Project Initialization
27+
> [!TIP]
28+
> After creating a new repo from this template, follow these **5 Clicks** to activate the security logic:
29+
30+
1. **Settings > General**: Enable `Automatically delete head branches`.
31+
2. **Settings > Security**: Enable `Push Protection`.
32+
3. **Settings > Branches**: Add a protection rule for `main`.
33+
4. **Branch Protection**: Check `Require status checks to pass before merging`.
34+
5. **Status Search**: Search and select `Security Scan`.
35+
---

0 commit comments

Comments
 (0)