You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ The following is a set of guidelines for contributing to the CoMPAS project. The
17
17
*[Definition of Done](#definition-of-done)
18
18
*[Copyright Guidelines](#definition-of-done)
19
19
*[How-to begin](#how-to-begin)
20
+
*[Github Project Boards](#github-project-boards)
20
21
21
22
[Styleguides](#styleguides)
22
23
*[Git Commit Messages](#git-commit-messages)
@@ -269,6 +270,12 @@ In case of the LFX Security Tool, we used the following:
269
270
- 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']`.
270
271
- Choose a color and a pre- or surfix text.
271
272
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.
0 commit comments