Skip to content

Commit cbecc82

Browse files
authored
Update contributing
1 parent fcec803 commit cbecc82

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
Thanks for considering contributing. Here are some items to consider before starting (in no particular order).
44

5-
* Check [tracker](https://github.com/FirebirdSQL/NETProvider/issues) if you want to start on something.
6-
* Before you start working on something announce your intention on the mailing list (or in comment in tracker).
5+
* Check [issues](https://github.com/FirebirdSQL/NETProvider/issues) if you want to start on something.
6+
* Before you start working on something announce your intention on the mailing list (or comment on the issue).
77
* Issue only complete PRs (no WIPs).
88
* Make sure your PR doesn't contain unneccessary changes (whitespaces, new lines, ...).
9-
* Consider squashing your commits.
109
* Follow existing code formatting/styling (even for new files).
10+
* Disclose AI usage.
1111
* Make sure you swept all corners (i.e. all build configurations are fine, works with all Firebird version, etc.).
1212
* Make sure your changes merge without conflicts.
1313
* Consider backward compatibility.
1414
* Don't be afraid to ask (i.e. backward compatibility).
1515
* Be prepared to do some changes after your PR is reviewed.
1616
* Consider whether your change is benefit for majority of users (opposite to only a small group).
17-
* All contributions are licensed under [_Initial Developer's Public License_](license.txt).
17+
* All contributions are licensed under [_Initial Developer's Public License_](license.txt).

0 commit comments

Comments
 (0)