- Aug 26, 2020
-
-
Dany Marcoux authored
-
- Jun 25, 2020
-
-
Henne Vogelsang authored
This is of no value for people who want to contribute. It's "just" a way we work together as team. Also mention the good-first-issue label Makes it easier for new contributors to find things to do. Co-authored-by: Dany Marcoux <dmarcoux@posteo.de>
-
- Sep 02, 2019
-
-
Henne Vogelsang authored
This is recommended markdown format. Also removes the first headline, it's superflous with the filename.
-
Henne Vogelsang authored
If we tell them why we want them to do something they have the chance to understand why it's important to us. Also includes some wording changes and markdown formatting to make things a bit more clear.
-
Henne Vogelsang authored
We shouldn't overwhelm people with rules, let's stick to what we really need and leave the nitpicks to some other place.
-
Henne Vogelsang authored
Better tell people what we want in the place where it matters, than in some page somewhere.
-
Henne Vogelsang authored
Nothing is ever perfect. It's also not perfection we strive for but good collaboration. This also fixes the TOC link.
-
- Aug 29, 2019
-
-
David Kang authored
When we updated this section we forgot to change the link.
-
- Aug 19, 2019
-
-
Saray Cabrera Padrón authored
Co-authored-by: Dany Marcoux <dmarcoux@suse.com>
-
- Aug 07, 2019
-
-
Thomas Schmidt authored
.. as its covered in https://en.opensuse.org/SDB:Docker already.
-
Thomas Schmidt authored
permissions for user
-
- Aug 01, 2019
-
-
Saray Cabrera Padrón authored
-
Saray Cabrera Padrón authored
This reverts commit 0e1f7690.
-
Saray Cabrera Padrón authored
This reverts commit 90eba0de.
-
Saray Cabrera Padrón authored
-
Saray Cabrera Padrón authored
-
- Apr 02, 2019
-
-
Dany Marcoux authored
Following a discussion with srinidhi/@srinidhibs on IRC, I realized that we didn't document this and not fulfilling this requirement causes issues when trying to run feature specs.
-
- Mar 12, 2019
-
-
Henne Vogelsang authored
The other one doesn't exist anymore.
-
- Jan 21, 2019
-
-
Björn Geuken authored
Emphesize more that the backend won't run on MacOS and Windows.
-
- Nov 14, 2018
-
-
Alexandru Ungureanu authored
-
- Nov 11, 2018
-
-
Alexandru Ungureanu authored
-
- Oct 09, 2018
-
-
Dany Marcoux authored
Following our retrospective discussions, we agreed to have a pull request template to promote good practices in pull requests we create and receive. This is for us, but also for our contributors.
-
- Aug 28, 2018
-
-
Björn Geuken authored
Document when we are okay to dismiss review requests. That's what we agreed on within the team.
-
- Aug 04, 2018
-
-
Stephan Kulow authored
We test code commits on circleci and merges in the OBS packages. Travis-CI is pretty much unmaintained (e.g. the gem caches are broken atm and noone cares) So remove one out of 3 CI systems
-
- Jul 27, 2018
-
-
Henne Vogelsang authored
- Make the request for contributions more prominent - Don't bother people with 'alternate ways' of setting up the git commit message template - Add commit/PR guidelines (partly stolen from https://github.com/rtbkit/rtbkit) - Add a nice get-Help secion - split out review section This should prepare new contributors better for producing changes that we will actually merge.
-
- Jul 26, 2018
-
-
Saray Cabrera Padrón authored
Co-authored-by: Henne Vogelsang <hvogel@opensuse.org>
-
- Jul 24, 2018
-
-
Saray Cabrera Padrón authored
Describe labels in the wiki as a deprecated feature.
-
- Jul 04, 2018
-
-
Henne Vogelsang authored
This simply is not prepared to be ran with any other uid than 1000 and is not really something that we should point new contributors to.
-
- Jun 26, 2018
-
-
Oliver Kurz authored
Fixes a documentation regression introduced by 81542e1d.
-
- Jun 07, 2018
-
-
Björn Geuken authored
Add commit message guidelines we agreed on some weeks ago
-
- Apr 13, 2018
-
-
Dany Marcoux authored
-
- Apr 11, 2018
-
-
Dany Marcoux authored
It makes contributing a tiny bit simpler. Anyone contributing code will run `rake docker:build`, thereby setting up the git commit message template without having to copy and paste the command. Anyone else contributing documentation only is still aware of it.
-
- Apr 08, 2018
-
-
Dany Marcoux authored
It won't interfere with the global .gitconfig and have potential side-effects in other projects. It's a one time setup unlike the previous recommendation. With `cp`, it needs to be copied again whenever the template changes.
-
- Apr 05, 2018
-
-
C-Lion authored
Replaced broken contact link in Contributing.md to fix issue #4442
-
- Feb 09, 2018
-
-
Henne Vogelsang authored
A bunch of us have talked about what the content of good commit meesages should look like and came up with this template. Here is how you can make use of it: cp .gitmessage ~/.gitmessage Add this to your ~/.gitconfig [commit] template = ~/.gitmessage Everyboy following this template will help people to understand the changes in the future. Addtionally it will make it easier for us to use commit messages in documentation like our Changelog, books or our blog. Co-authored-by: Manuel Schnitzer <github@mschnitzer.de> Co-authored-by: Björn Geuken <bgeuken@suse.de> Co-authored-by: Henne Vogelsang <hvogel@opensuse.org> Co-authored-by: Moises Deniz Aleman <mdeniz@suse.com> Co-authored-by: Eduardo Navarro <enavarro@suse.com>
-
- Nov 02, 2017
-
-
Björn Geuken authored
We had two sections of how we review code. This drops the older version. Though both versions were almost identical.
-
- Oct 25, 2017
-
-
Henne Vogelsang authored
-
- Sep 25, 2017
-
-
Henne Vogelsang authored
-
- Sep 19, 2017
-
-
Henne Vogelsang authored
Brings all the advantages of containers vs. virtual machines. Can be used as a base for dockerizing for CI/production.
-
- Aug 29, 2017
-
-
Ana María Martínez Gómez authored
Create a rake task to run git-cop and document it.
-