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: .github/CONTRIBUTING.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ git stash pop # unstash the intended changes
37
37
## Known Issues and Possible Improvements
38
38
39
39
For Details on current issues:
40
-
- see [Issues](https://github.com/reactive-firewall/multicast/issues)
40
+
- see [Issues](https://github.com/reactive-firewall-org/multicast/issues)
41
41
42
42
### Triaging tickets
43
43
Here is a brief explanation on how I triage incoming tickets to get a better sense of what needs to be done on what end.
@@ -64,7 +64,7 @@ the duplicate.
64
64
65
65
**Examples**:
66
66
67
-
[This is an issue. (A good starting point for first person to discover)](https://github.com/reactive-firewall/multicast/issues/412)
67
+
[This is an issue. (A good starting point for first person to discover)](https://github.com/reactive-firewall-org/multicast/issues/412)
68
68
69
69
70
70
##### does not provide enough information
@@ -128,9 +128,9 @@ answered).
128
128
129
129
Here is a list of links for contributors that are looking to help triage:
130
130
131
-
*[Untriaged issues](https://github.com/reactive-firewall/multicast/issues?q=is%3Aissue%20sort%3Acomments-asc%20state%3Aopen%20no%3Alabel): Go and triage them!
132
-
*[Good first issues](https://github.com/reactive-firewall/multicast/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22%20sort%3Acomments-asc)
133
-
*[All Open Issues](https://github.com/reactive-firewall/multicast/issues)
131
+
*[Untriaged issues](https://github.com/reactive-firewall-org/multicast/issues?q=is%3Aissue%20sort%3Acomments-asc%20state%3Aopen%20no%3Alabel): Go and triage them!
132
+
*[Good first issues](https://github.com/reactive-firewall-org/multicast/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22%20sort%3Acomments-asc)
133
+
*[All Open Issues](https://github.com/reactive-firewall-org/multicast/issues)
if [[ "${{ steps.mats_outcome.outcome }}" == "success" ]] ; then
218
-
printf "%s\n" " * :ballot_box_with_check: MATS succeeded with python version \`${PYTHON_VERSION}\` for [${BUILD_SHA}](https://github.com/reactive-firewall/multicast/commit/${BUILD_SHA})" > "$MATS_STEP_SUMMARY"
218
+
printf "%s\n" " * :ballot_box_with_check: MATS succeeded with python version \`${PYTHON_VERSION}\` for [${BUILD_SHA}](https://github.com/reactive-firewall-org/multicast/commit/${BUILD_SHA})" > "$MATS_STEP_SUMMARY"
219
219
printf "%s\n" " :ballot_box_with_check: MATS succeeded with python version \`${PYTHON_VERSION}\`" >> "$GITHUB_STEP_SUMMARY"
220
220
else
221
221
printf "%s\n" " * :x: ~MATS succeeded with python version \`${PYTHON_VERSION}\` for \`${BUILD_SHA}\`~" > "$MATS_STEP_SUMMARY"
0 commit comments