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
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
## Contributing In General
1
+
## Contributing in general
2
2
3
-
Our project welcomes external contributions. A good way to familiarize yourself with the codebase and the contribution process is to look for and address issues in the [issue tracker](https://github.com/sysflow-telemetry/sf-deployments/issues).
3
+
Our project welcomes external contributions. A good way to familiarize yourself with the codebase and the contribution process is to look for and address issues in the [issue tracker](https://github.com/sysflow-telemetry/sf-docs/issues).
4
4
5
5
To contribute code or documentation, please submit a [pull request](https://github.com/sysflow-telemetry/sf-deployments/pulls); and please quickly [get in touch](#communication) with us before embarking on a more ambitious contribution.
6
6
@@ -10,13 +10,13 @@ cannot be accepted at all!**
10
10
11
11
### Proposing new features
12
12
13
-
If you would like to implement a new feature, please [raise an issue](https://github.com/sysflow-telemetry/sf-deployments/issues)
13
+
If you would like to implement a new feature, please [raise an issue](https://github.com/sysflow-telemetry/sf-docs/issues)
14
14
before sending a pull request so that the proposed feature can be discussed first. This is to avoid
15
15
putting an effort on a feature that the project developers would not be able to accept into the code base.
16
16
17
17
### Fixing bugs
18
18
19
-
If you would like to fix a bug, please [raise an issue](https://github.com/sysflow-telemetry/sf-deployments/issues) before sending a
19
+
If you would like to fix a bug, please [raise an issue](https://github.com/sysflow-telemetry/sf-docs/issues) before sending a
20
20
pull request so that the bug fix can be tracked properly.
0 commit comments