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
We do a [Pull Request](https://github.com/sonatype-nexus-community/community-handbook.sonatype.com/pulls) contributions workflow on **GitHub**. New users are always welcome!
36
36
{{% /blocks/feature %}}
37
37
38
38
39
-
{{% blocks/feature icon="fab fa-twitter" title="Follow us on Twitter!" url="https://twitter.com/docsydocs" %}}
39
+
{{% blocks/feature icon="fab fa-twitter" title="Follow us on Twitter!" url="https://twitter.com/sonatype" %}}
Copy file name to clipboardExpand all lines: content/en/docs/contributing/_index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ We thank you in advance for contributing to our Open Source Community!
13
13
Contributions come is all shapes and sizes - and we welcome them all. We ask that for the benefit of the wider community the following guidelines are followed depending on the contribution you wish to make.
14
14
15
15
-**💡Want to discuss an idea?**
16
-
*Read our guide on discussions and ideas [here](/docs/contributing/discussing-ideas/).*
16
+
*Read our guide on discussions and ideas [here]({{< ref "/docs/contributing/discussing-ideas" >}}).*
17
17
-**🪲 Want to report a bug or issue?**
18
-
*Read our guide on issue reporting [here](/docs/contributing/reporting-issues/).*
18
+
*Read our guide on issue reporting [here]({{< ref "/docs/contributing/reporting-issues" >}}).*
19
19
-**🧑💻 Want to contribute a change?**
20
-
*Read our guide on sumitting contributions [here](/docs/contributing/submitting).*
20
+
*Read our guide on sumitting contributions [here]({{< ref "/docs/contributing/submitting" >}}).*
Copy file name to clipboardExpand all lines: content/en/docs/standards/github-repository.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ The following Branch protection rules should be applied.
53
53
***Require review from Code Owners** Yes ✅
54
54
***Allow specified actors to bypass required pull requests** No ❌
55
55
***Require status checks to pass before merging** Yes ✅
56
-
**Checks according to [Code Quality](/docs/standards/code-quality/) and [Dependency Management](/docs/standards/dependency-management/) must be covered*
56
+
**Checks according to [Code Quality]({{< ref "/docs/standards/code-quality" >}}) and [Dependency Management]({{< ref "/docs/standards/dependency-management" >}}) must be covered*
57
57
***Require signed commits** Yes ✅
58
58
***Allow force pushes** No ❌
59
59
***Allow deletions** No ❌
@@ -72,7 +72,7 @@ Set both `Flagship-Project` and `Project-Status` accordingly.
72
72
73
73
#### Code security and analysis
74
74
75
-
***Private vulnerability reporting** No ❌ - See [Reporting Issues](/docs/contributing/reporting-issues/)
76
-
***Dependabot** No ❌ - See [Dependency Management](docs/standards/dependency-management/)
77
-
***Code Scanning** No ❌ - See [Code Quality](docs/standards/code-quality/)
75
+
***Private vulnerability reporting** No ❌ - See [Reporting Issues]({{< ref "/docs/contributing/reporting-issues" >}})
76
+
***Dependabot** No ❌ - See [Dependency Management]({{< ref "/docs/standards/dependency-management" >}})
77
+
***Code Scanning** No ❌ - See [Code Quality]({{< ref "/docs/standards/code-quality" >}})
0 commit comments