This document is for people working on Karma. It describes common tasks such as triaging or merging pull requests.
If you are interested in contributing to Karma, you might check out Contributing to Karma.
We use gitter/karma-runner to talk about pull requests and issues, stuff like, “hey this is important, can you look into it...”, “I’m not sure what to do about this issue...”.
New issues pop up every day. We need to identify urgent issues (such as “nobody can install karma”), close duplicates, answer questions, etc.
See angular/TRIAGING.md for more info.
An issue or pull request is untriaged (needs to be triaged) when it is not assigned to any milestone.
Please, make sure:
fix(web-server): xxx
and then style(web-server): missing semicolons
; it should be two separate changesfix(web-server): serve binary files
and a second commit is “fix unit tests broken in the previous commit”, you should squash them into a single commit.For core collaborators with admin rights.
echo $GH_TOKEN
npm login karmarunnerbot
grunt release
If the release fails, check the state of the git tags pushed to github. You may have to delete one.Every project has one or more owners (or “maintainers”), listed in owners
field of the
package.json
. Typically, owners have push permissions.
Being a maintainer of one plugin doesn’t mean you can’t contribute to some other plugins. In fact, you can be a maintainer of multiple projects. The main point is to have people who are familiar with the codebase and therefore can better decide what a good change is or not.
If you are interested in becoming a Karma maintainer, start by triaging issues, reviewing pull requests and stop by at gitter/karma-runner. Once we see you are helping, we will give you push permissions. Being a maintainer is not an obligation. You can help when you have time and be less active when you don’t. If you get a new job and get busy, that’s alright.
These are all just recommendations, something we found to be helpful for us to be more efficient. Nothing is set in a stone. If you feel like there is a way to improve this workflow, please send a proposal to karma-devs@googlegroups.com.