diff options
author | Michael Vetter <jubalh@iodoru.org> | 2023-04-10 20:47:55 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2023-04-10 20:47:55 +0200 |
commit | 4f9489861155ef64087a71ecb2d3af7ba1f630f3 (patch) | |
tree | f36e070eaaea288683a860712c7ae6fc23c47ee8 | |
parent | e3820d7037a63ff3e09ed84f518dfb7b67f3982f (diff) | |
download | profani-tty-4f9489861155ef64087a71ecb2d3af7ba1f630f3.tar.gz |
Add test/valgrind section to PR template
-rw-r--r-- | .github/pull_request_template.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a840c896..4a8702a3 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,2 +1,8 @@ <!--- Make sure to read CONTRIBUTING.md --> <!--- It mentions the rules to follow and helpful tools --> + +# How to test the functionality +* step 1 + +# I ran valgrind when using my new feature +yes/no |