aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRot127 <45763064+Rot127@users.noreply.github.com>2024-04-18 15:51:49 +0000
committerGitHub <noreply@github.com>2024-04-18 23:51:49 +0800
commit24d99a907b2b7676a6e522b262ba5759481e6ae5 (patch)
tree36aa84915e0e2cb9dee341a40624f062f66dbaee
parenta5cf15e556eade85e9dcb19629b0808948ba6b0c (diff)
downloadcapstone-24d99a907b2b7676a6e522b262ba5759481e6ae5.tar.gz
Weaken requirements to document functions. (#2324)
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 40deda3e..e051614e 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,7 +1,7 @@
<!-- Filling this template is mandatory -->
**Your checklist for this pull request**
-- [ ] I've documented or updated the documentation of every function and struct this PR changes. If not so I've explained why.
+- [ ] I've documented or updated the documentation of every API function and struct this PR changes.
- [ ] I've added tests that prove my fix is effective or that my feature works (if possible)
**Detailed description**
@@ -12,7 +12,7 @@
**Test plan**
-<!-- What steps should the reviewer take to test your pull request? Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots/videos. This is your time to re-check that everything works and that you covered all the edge cases -->
+<!-- What steps should the reviewer take to test your pull request? Demonstrate the code is solid. Or what test cases you added. Disassembly tests should be added in suite/cs_test/issues.cs -->
...