Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
* slightly improve PR template
* update gitignore

Signed-off-by: Steffen Jaeckel <[email protected]>
  • Loading branch information
sjaeckel committed Oct 4, 2023
1 parent 2b29d1b commit 970cb70
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<!--- Make sure to read CONTRIBUTING.md -->
<!--- It mentions the rules to follow and helpful tools -->

# How to test the functionality
* step 1
<!-- For completed items, change [ ] to [x]. -->
- [ ] I ran valgrind when using my new feature

# I ran valgrind when using my new feature
yes/no
### How to test the functionality
* step 1
* step 2
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ src/gitversion.h.in
src/stamp-h1
src/plugins/profapi.lo

# out-of-tree build folders
build*/

# binaries
profanity
**/*.o
Expand Down Expand Up @@ -89,8 +92,11 @@ python2/
python3/

.DS_Store
.gdbinit
*.bak
*.orig
*.patch
*.rej
breaks

*.tar.*
Expand Down

0 comments on commit 970cb70

Please sign in to comment.