2015-09-26 15:41:16 +00:00
|
|
|
|
## Contributing
|
|
|
|
|
|
2016-02-10 05:01:50 +00:00
|
|
|
|
Welcome to The Lounge, it's great to have you here! We thank you in advance for
|
|
|
|
|
your contributions.
|
2015-09-26 15:41:42 +00:00
|
|
|
|
|
2015-10-07 03:14:20 +00:00
|
|
|
|
### I have a question
|
|
|
|
|
|
2016-02-10 05:01:50 +00:00
|
|
|
|
Find us on #thelounge channel on Freenode. You might not get an answer right
|
|
|
|
|
away, but this channel is filled with nice people who will be happy to help you.
|
2015-10-07 03:14:20 +00:00
|
|
|
|
|
|
|
|
|
### I want to report a bug
|
|
|
|
|
|
|
|
|
|
First of all, look at the
|
2016-02-10 05:01:50 +00:00
|
|
|
|
[open and closed issues](https://github.com/thelounge/lounge/issues?q=is%3Aissue)
|
|
|
|
|
to see if this was not already discussed before.
|
2015-10-07 03:14:20 +00:00
|
|
|
|
|
|
|
|
|
### I want to contribute to the code
|
|
|
|
|
|
|
|
|
|
A good starting point if you want to help us but do not have a clear idea of
|
|
|
|
|
what you can do specifically is to
|
|
|
|
|
look at the open issues labeled as [*quick and
|
2016-02-10 05:01:50 +00:00
|
|
|
|
easy*](https://github.com/thelounge/lounge/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3A%22quick+and+easy%22)
|
2015-10-07 03:14:20 +00:00
|
|
|
|
or [*help
|
2016-02-10 05:01:50 +00:00
|
|
|
|
wanted*](https://github.com/thelounge/lounge/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3A%22help+wanted%22).
|
2015-10-07 03:14:20 +00:00
|
|
|
|
|
|
|
|
|
When you submit some code, make sure it respects the overall coding style that
|
|
|
|
|
is currently in place. If you do not, our reviewers will surely let you know you
|
|
|
|
|
should :smile: (that is, until an automated checker takes over the yelling).
|
|
|
|
|
|
|
|
|
|
Also, make sure that your PRs do not contain unnecessary commits. If you think
|
|
|
|
|
some of your commits should be merged into a single one, feel free to [squash
|
|
|
|
|
them](https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History).
|
|
|
|
|
|
2015-12-01 22:14:50 +00:00
|
|
|
|
Please [rebase](https://git-scm.com/book/en/v2/Git-Branching-Rebasing) outdated
|
|
|
|
|
PRs on master to help with the reviews (rebasing is preferred over merging to
|
|
|
|
|
keep a clean history in a branch/PR).
|
|
|
|
|
|
2015-10-07 03:14:20 +00:00
|
|
|
|
Additionally, give extra care to your commit messages, as they will help us
|
|
|
|
|
review your PRs as well as help other contributors in the future, when exploring
|
|
|
|
|
the history. The general rules are to [use the imperative present
|
|
|
|
|
tense](https://git-scm.com/book/ch5-2.html#Commit-Guidelines), to start with a
|
|
|
|
|
single concise line, followed by a blank line and a more detailed explanation
|
|
|
|
|
when necessary. Tim Pope wrote an [excellent
|
|
|
|
|
article](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html)
|
|
|
|
|
on how one should format their commit messages.
|
|
|
|
|
|
2015-10-10 00:52:02 +00:00
|
|
|
|
When you send a PR, expect two different reviews from the [project
|
2016-02-10 05:01:50 +00:00
|
|
|
|
maintainers](https://github.com/thelounge/lounge/blob/master/CONTRIBUTING.md#project-maintainers).
|
2015-10-08 03:58:26 +00:00
|
|
|
|
If necessary, they will make comments and ask for changes. When everything looks
|
|
|
|
|
good to them, they will both express their consent by commenting your PR with a
|
|
|
|
|
:+1:. Typically, the first reviewer will give a thorough report and exchange
|
|
|
|
|
with you, give his :+1:, then ask the second reviewer to confirm the changes.
|
|
|
|
|
When this happens (when you get your second required :+1:), then your PR can be
|
|
|
|
|
merged.
|
2015-10-07 03:14:20 +00:00
|
|
|
|
|
2016-02-10 05:01:50 +00:00
|
|
|
|
Please document any relevant changes in the documentation that can be found
|
|
|
|
|
[in its own repository](https://github.com/thelounge/thelounge.github.io).
|
2015-10-07 03:30:53 +00:00
|
|
|
|
|
2015-09-26 15:41:42 +00:00
|
|
|
|
### Labels
|
|
|
|
|
|
2016-02-10 05:01:50 +00:00
|
|
|
|
When you open an [issue](https://github.com/thelounge/lounge/issues) or send us
|
|
|
|
|
a [PR](https://github.com/thelounge/lounge/pulls), it will most likely be given
|
|
|
|
|
one or several labels. Here is what they mean:
|
2015-09-26 15:41:42 +00:00
|
|
|
|
|
|
|
|
|
- **bug**: Issues that report and PRs that solve any defects that cause
|
|
|
|
|
unexpected behaviors.
|
|
|
|
|
- **documentation**: Tickets that mention a lack of documentation, suggest their
|
|
|
|
|
improvement, or PRs that address these.
|
|
|
|
|
- **duplicate**: Tickets already solved in the past or already open. Such
|
|
|
|
|
tickets should always link to the previous one on the subject.
|
|
|
|
|
- **enhancement**: Tickets that describe a desired feature or PRs that add them
|
|
|
|
|
to the project.
|
|
|
|
|
- **help wanted**: Tickets that we would like the community to help us with, by
|
|
|
|
|
either answering questions or send us PRs.
|
|
|
|
|
- **priority**: Tickets that the core team deemed critical and PRs that the core
|
|
|
|
|
team should look at before others.
|
|
|
|
|
- **question**: Tickets that are actually support cases.
|
2015-10-06 04:20:59 +00:00
|
|
|
|
- **quick and easy**: Tickets that should be fairly simple to implement, even
|
|
|
|
|
for developers not yet involved in the project.
|
2015-10-07 03:22:22 +00:00
|
|
|
|
- **second review needed**: A first reviewer gave his :+1: but now expects a
|
|
|
|
|
second reviewer to step in before this PR can be merged.
|
2015-10-06 04:20:59 +00:00
|
|
|
|
- **security**: Tickets that describe a security concern or PRs that must be
|
|
|
|
|
reviewed with extra care regarding security.
|
2015-09-26 15:41:42 +00:00
|
|
|
|
- **wontfix**: Tickets that, after discussion and explanation, will not be fixed
|
|
|
|
|
or implemented.
|
2015-10-10 00:52:02 +00:00
|
|
|
|
|
|
|
|
|
### Project maintainers
|
|
|
|
|
|
|
|
|
|
- [Mattias Erming](https://github.com/erming) (`erming` on IRC)
|
|
|
|
|
- [Jocelyn Delalande](https://github.com/JocelynDelalande) (`JocelynD` on IRC)
|
|
|
|
|
- [Jérémie Astori](https://github.com/astorije) (`astorije` on IRC)
|
2015-10-21 03:50:28 +00:00
|
|
|
|
- [Paul Friederichsen](https://github.com/floogulinc) (`floogulinc` on IRC)
|