|
| 1 | +## Description |
| 2 | + |
| 3 | +<!-- |
| 4 | +Please include a summary of the changes made to the documentation. Explain the motivation for the change and the impact on the users or developers who rely on this documentation. |
| 5 | +Please specify if this PR has dependency on any other changes. |
| 6 | +--> |
| 7 | + |
| 8 | +### Affected Documentation |
| 9 | + |
| 10 | +Link to GitHub Issue: |
| 11 | + |
| 12 | +Affected Documentation: |
| 13 | + |
| 14 | +- [ ] README |
| 15 | +- [ ] Setup Instructions |
| 16 | +- [ ] API Documentation |
| 17 | +- [ ] Developer Guide |
| 18 | +- [ ] Contribution Guide |
| 19 | +- [ ] Other (please specify): |
| 20 | + |
| 21 | +## How Has This Been Tested? |
| 22 | + |
| 23 | +Please describe how the changes to documentation were reviewed. If applicable, include instructions on how to view or |
| 24 | +test the updated documentation. |
| 25 | + |
| 26 | +- [ ] Documentation preview checked in markdown renderer |
| 27 | +- [ ] Links and images tested for correctness |
| 28 | + |
| 29 | +<!-- |
| 30 | +Test Configuration: |
| 31 | +- Viewing tool: (e.g., GitHub Preview, Markdown renderer) |
| 32 | +- Platform: (e.g., browser, OS) |
| 33 | +--> |
| 34 | + |
| 35 | +## Checklist for Author |
| 36 | + |
| 37 | +- [ ] The PR follows below contribution conventions |
| 38 | + - [ ] PR title follows [conventional commits](https://docs.cocogitto.io/guide/commit.html) format commit_type( |
| 39 | + scope): issue_reference message |
| 40 | + - [ ] PR commits follows [conventional commits](https://docs.cocogitto.io/guide/commit.html) format commit_type( |
| 41 | + scope): issue_reference message |
| 42 | + - [ ] PR branch follows convention of format [commit_type]-[issue-reference]-[brief-description] |
| 43 | +- [ ] My code follows the style guidelines of this project |
| 44 | +- [ ] I have performed a self-review of my documentation to reflect the code changes, spelling and is clearly accurate |
| 45 | +- [ ] I have tested the documentation for correctness and if required added evidences(e.g., links, images) |
| 46 | +- [ ] My changes generate no new warnings or errors |
| 47 | +- [ ] Checks for unused files |
| 48 | +- [ ] Checks for changes not related to this issue |
| 49 | + |
| 50 | +## Additional notes for reviewer |
| 51 | + |
| 52 | +<!-- Add any information that can be useful to the reviewer --> |
| 53 | + |
| 54 | +## Checklist for Reviewer |
| 55 | + |
| 56 | +- [ ] The PR follows contribution guidelines |
| 57 | +- [ ] Reviewed documentation for accuracy and rendering |
0 commit comments