Skip to content

Commit e9d3a80

Browse files
Rob Tjalmadlabordus
authored andcommitted
Added small piece of documentation about project boards Github
Signed-off-by: Rob Tjalma <[email protected]>
1 parent b7a2355 commit e9d3a80

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ The following is a set of guidelines for contributing to the CoMPAS project. The
1717
* [Definition of Done](#definition-of-done)
1818
* [Copyright Guidelines](#definition-of-done)
1919
* [How-to begin](#how-to-begin)
20+
* [Github Project Boards](#github-project-boards)
2021

2122
[Styleguides](#styleguides)
2223
* [Git Commit Messages](#git-commit-messages)
@@ -269,6 +270,12 @@ In case of the LFX Security Tool, we used the following:
269270
- Now you can query using JsonPath. To get all open high issues from the 'CoMPAS Core' project, use `issues[?(@['repository-name'] == 'compas-core')]['high-open-issues']`.
270271
- Choose a color and a pre- or surfix text.
271272
273+
### Github Project Boards
274+
For managing the CoMPAS issues created in all the separate repositories, we use the [Projects Board](https://github.com/orgs/com-pas/projects) of Github.
275+
CoMPAS uses 2 different Project Boards: One for [Pull Requests](https://github.com/orgs/com-pas/projects/2) and one for the [Issues](https://github.com/orgs/com-pas/projects/1).
276+
277+
Issues and Pull Requests can be moved on both the Project Boards and on the boards of the specific repository itself. It synchronizes automatically.
278+
272279
## Styleguides
273280
274281
### Git Commit Messages

0 commit comments

Comments
 (0)