Skip to content

Commit f6b5348

Browse files
committed
Add basic contribution guidelines.
1 parent 24008a4 commit f6b5348

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
Contributing
2+
============
3+
4+
Thank you for contributing to vimperator-labs!
5+
6+
Following are some guidelines designed to make the process as smooth as
7+
possible. If you have any questions, feel free to drop by
8+
`#vimperator@freenode`.
9+
10+
Issues
11+
======
12+
13+
A few things to keep in mind when creating a new issue:
14+
15+
- [ ] Include OS/distro, Firefox/Thunderbird and Vimperator/Muttator version
16+
- [ ] Attach relevant configuration or RC file if applicable (e.g.
17+
`.vimperatorrc`)
18+
- [ ] Explain steps to reproduce
19+
- [ ] Describe what you have tried
20+
- [ ] Check if a fresh profile solves the issue
21+
- `$ firefox -no-remote -P`
22+
- [ ] Confirm if it works without your configuration
23+
- `$ firefox -no-remote -P <fresh profile> -vimperator "+u NONE"`
24+
25+
Pull requests
26+
=============
27+
28+
- [ ] Title and commit message(s) should include relevant issue ID(s)
29+
- [ ] For any new or changed feature, asciidoc documentation and an entry in
30+
the NEWS file is required for the patch to be accepted.
31+

0 commit comments

Comments
 (0)