File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ Workflow Run: <!-- paste link here -->
6767
6868** For CI/CD Issues:**
6969
70- - [ ] I have checked the [ Contributing Guidelines] ( .github /CONTRIBUTING.md )
70+ - [ ] I have checked the [ Contributing Guidelines] ( .. /CONTRIBUTING.md )
7171- [ ] I have reviewed recent successful workflow runs
7272- [ ] I have verified all required files exist
7373- [ ] I have checked for broken links in documentation
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ assignees: ''
2727
2828- ` docs/ `
2929- ` README.md `
30- - ` .github /CONTRIBUTING.md `
30+ - ` .. /CONTRIBUTING.md `
3131- Other:
3232
3333## Current State
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ Relates to #(issue number)
9393
9494** By submitting this PR, I confirm that:**
9595
96- - I have read and followed the [ Contributing Guidelines] ( .github/ CONTRIBUTING.md)
96+ - I have read and followed the [ Contributing Guidelines] ( CONTRIBUTING.md )
9797- My changes do not introduce security vulnerabilities
9898- All tests pass locally before pushing
9999- Documentation is updated and links are verified
Original file line number Diff line number Diff line change @@ -315,9 +315,9 @@ DATABASE_URL = "postgresql://user:password@host/db"
315315
316316## 📚 References
317317
318- - [Contributing Guidelines](.github/ CONTRIBUTING.md)
318+ - [Contributing Guidelines](CONTRIBUTING.md)
319319- [Pull Request Template](.github/PULL_REQUEST_TEMPLATE.md)
320- - [CI/CD Workflow Failure Template](.github/ ISSUE_TEMPLATE/ci_cd_failure.md)
320+ - [CI/CD Workflow Failure Template](ISSUE_TEMPLATE/ci_cd_failure.md)
321321
322322---
323323
You can’t perform that action at this time.
0 commit comments