Skip to content

Commit da9679d

Browse files
BehnamBehnam
authored andcommitted
fix(docs): update links to Contributing Guidelines for consistency across templates
1 parent 1d5193e commit da9679d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/ISSUE_TEMPLATE/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/RULES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)