Skip to content

Commit 78dc4bf

Browse files
committed
Added contributing guidelines
1 parent a257bd2 commit 78dc4bf

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Contributing
2+
============
3+
4+
Thanks for considering contributing. Here are some items to consider before starting (in no particular order).
5+
6+
* Check [tracker](http://tracker.firebirdsql.org/browse/DNET) if you want to start on something.
7+
* Before you start working on something announce your intention on the mailing list (or in comment in tracker).
8+
* Issue only complete PRs (no WIPs).
9+
* Make sure your PR doesn't contain unneccessary changes (whitespaces, new lines, ...).
10+
* Follow existing code formatting/styling (even for new files).
11+
* Make sure you swept all corners (i.e. all build configurations are fine, works with all Firebird version, etc.).
12+
* Make sure your changes merge without conflicts.
13+
* Consider backward compatibility.
14+
* Don't be afraid to ask (i.e. backward compatibility).
15+
* Be prepared to do some changes after your PR is reviewed.
16+
* Consider whether your change is benefit for majority of users (opposite to only a small group).

0 commit comments

Comments
 (0)