mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Minor changes
* slightly improve PR template * update gitignore Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
This commit is contained in:
parent
2b29d1baf3
commit
970cb706fb
9
.github/pull_request_template.md
vendored
9
.github/pull_request_template.md
vendored
@ -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
.gitignore
vendored
6
.gitignore
vendored
@ -43,6 +43,9 @@ src/gitversion.h.in
|
||||
src/stamp-h1
|
||||
src/plugins/profapi.lo
|
||||
|
||||
# out-of-tree build folders
|
||||
build*/
|
||||
|
||||
# binaries
|
||||
profanity
|
||||
**/*.o
|
||||
@ -89,8 +92,11 @@ python2/
|
||||
python3/
|
||||
|
||||
.DS_Store
|
||||
.gdbinit
|
||||
*.bak
|
||||
*.orig
|
||||
*.patch
|
||||
*.rej
|
||||
breaks
|
||||
|
||||
*.tar.*
|
||||
|
Loading…
Reference in New Issue
Block a user