m (Adamwill moved page QA:Taskotron contribution guide to Taskotron contribution guide: Taskotron page isn't in QA namespace, so move this out, I guess.) |
(update phab page links) |
||
Line 18: | Line 18: | ||
* [https://bitbucket.org/fedoraqa/task-dockerautotest task-dockerautotest] | * [https://bitbucket.org/fedoraqa/task-dockerautotest task-dockerautotest] | ||
If you need team membership, send a message out to qa-devel@ or file a ticket in [[QA | If you need team membership, send a message out to qa-devel@ or file a ticket in [[QA:Phabricator]] against the infrastructure project. | ||
== Issue and code change tracking == | == Issue and code change tracking == | ||
Tracking of issues and code changes for all Taskotron projects happens in the [https://phab.qa.fedoraproject.org Fedora QA instance] of [[QA | Tracking of issues and code changes for all Taskotron projects happens in the [https://phab.qa.fedoraproject.org Fedora QA instance] of [[QA:Phabricator|Phabricator]]. Please see [[QA:Phabricator#issues-diffs|this section of the page]] for general instructions on submitting issues and 'diffs' in Phabricator. | ||
== Taskotron-specific instructions == | == Taskotron-specific instructions == |
Revision as of 03:00, 10 February 2017
Repositories
The repositories for the various components of Taskotron can be found on Pagure:
The repositories for the tasks developed alongside Taskotron itself are in the Fedora QA project on Bitbucket:
If you need team membership, send a message out to qa-devel@ or file a ticket in QA:Phabricator against the infrastructure project.
Issue and code change tracking
Tracking of issues and code changes for all Taskotron projects happens in the Fedora QA instance of Phabricator. Please see this section of the page for general instructions on submitting issues and 'diffs' in Phabricator.
Taskotron-specific instructions
There are some specific considerations for contributing to Taskotron components.
gitflow
Gitflow is a git branching strategy that has been used successfully in the blocker tracking app and several Fedora infra apps.
Tests
Taskotron components usually have test suites built on Pytest. Ensure you have pytest
installed to run the tests.
Linting
As we are using code linting, you will also need the flake8 tool - run sudo dnf install python-flake8 to install it.
General Thoughts and conventions
- Be smart
- All code going into develop branches MUST be reviewed
- All code should have good unit tests where appropriate
- When in doubt, ask