You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
1
# Contributing
2
2
3
3
Contributions are very much welcome! This can be in form of pull requests, issues, providing opinions on existing issues
4
-
or pull request reviews. Moreover, let us know if you have a nice project that can be added to the list of
4
+
or pull request reviews. Moreover, let us know if you have a nice project that can be added to the list of
5
5
[integrators](https://github.com/AuthMe/ConfigMe/wiki/Integrators)—seeing ConfigMe "out in the wild" helps understand
6
6
the needs and the pain points of users!
7
7
8
-
ConfigMe is managed heavily based on GitHub issues, so you're invited to open a new issue also for questions
8
+
ConfigMe is managed heavily based on GitHub issues, so you're invited to open a new issue also for questions
9
9
(like [#126](https://github.com/AuthMe/ConfigMe/issues/126)) or for any other discussion points. Please discuss larger
10
10
code changes first, either by creating an issue or by writing in the [`#configme` channel](https://discord.com/channels/295623711485198357/1143605240520769547)
11
11
of the AuthMe Discord server.
12
12
13
13
## General conventions
14
14
15
-
- If you're using IntelliJ, please install the Checkstyle plugin and configure it to use the rules from
15
+
- If you're using IntelliJ, please install the Checkstyle plugin and configure it to use the rules from
16
16
`.checkstyle.xml`, located in the project's root directory.
17
17
- Commit messages ideally start with the issue number they relate to, e.g. `#229 Remove option to split map keys by "."`
18
18
- Please use sensibly-sized commits (e.g. don't commit every change separately).
0 commit comments