Skip to content

Commit bb2ae3b

Browse files
Update pull request template to remove project requirements
Removed requirements for full project implementations from the pull request template.
1 parent b97607d commit bb2ae3b

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,6 @@ Provide a clear description of what this pull request does.
1919
- [ ] My changes do not introduce security vulnerabilities
2020
- [ ] I have read the CONTRIBUTING.md guidelines
2121

22-
**For Full Project Implementations:**
23-
- [ ] Project includes `learn/` folder with all 5 required files:
24-
- [ ] 00-OVERVIEW.md - Project intro and quick start
25-
- [ ] 01-CONCEPTS.md - Security concepts and theory
26-
- [ ] 02-ARCHITECTURE.md - System design and decisions
27-
- [ ] 03-IMPLEMENTATION.md - Code walkthrough
28-
- [ ] 04-CHALLENGES.md - Extension ideas
29-
- [ ] Educational documentation references actual code with `file:line` format
30-
- [ ] Includes real world examples (breaches, CVEs, incidents)
31-
- [ ] Uses ASCII diagrams where helpful
32-
- [ ] Follows writing guidelines in `.github/learn-folder-template/README.md`
33-
- [ ] Verified completeness with `.github/learn-folder-template/CHECKLIST.md`
34-
3522
## Related Issues
3623

3724
Link any related issues here (e.g., "Fixes #123").

0 commit comments

Comments
 (0)