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: content/en/docs/contributing/_index.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,15 @@ weight: 10
8
8
9
9
We thank you in advance for contributing to our Open Source Community!
10
10
11
-
{{% alert color="warning" %}}If you believe you have discovered a Security Issue please disclose it responsibly by following our [Responsible Disclosure Process](https://www.sonatype.com/report-a-security-vulnerability) for active projects.{{% /alert %}}
12
-
13
11
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
12
15
13
-**💡Want to discuss an idea?**
16
14
*Read our guide on discussions and ideas [here]({{< ref "/docs/contributing/discussing-ideas" >}}).*
15
+
17
16
-**🪲 Want to report a bug or issue?**
18
17
*Read our guide on issue reporting [here]({{< ref "/docs/contributing/reporting-issues" >}}).*
18
+
19
19
-**🧑💻 Want to contribute a change?**
20
-
*Read our guide on sumitting contributions [here]({{< ref "/docs/contributing/submitting" >}}).*
20
+
*Read our guide on sumitting contributions [here]({{< ref "/docs/contributing/submitting" >}}).*
21
+
22
+
{{% alert color="warning" %}}If you believe you have discovered a Security Issue please disclose it responsibly by following our [Responsible Disclosure Process](https://www.sonatype.com/report-a-security-vulnerability) for active projects.{{% /alert %}}
Copy file name to clipboardExpand all lines: content/en/docs/contributing/reporting-issues.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,4 +6,16 @@ title: Reporting Issues or Bugs
6
6
weight: 10
7
7
---
8
8
9
-
{{% alert color="warning" %}}If you believe you have discovered a Security Issue please disclose it responsibly by following our [Responsible Disclosure Process](https://www.sonatype.com/report-a-security-vulnerability) for active projects.{{% /alert %}}
9
+
{{% alert color="warning" %}}If you believe you have discovered a Security Issue please disclose it responsibly by following our [Responsible Disclosure Process](https://www.sonatype.com/report-a-security-vulnerability) for active projects.{{% /alert %}}
10
+
11
+
Whilst these open source efforts are supported by Sonatype Contributors, these Open Source Projects are not officially supported through Sonatype's commercial support channels.
12
+
13
+
Please review the latest pull requests, issues, and commits to understand a projects readiness for contribution and use.
14
+
15
+
File suggestions and requests on the Sonatype Open Source Project in question using GitHub Issues, so that the community can pitch in.
16
+
17
+
**DO** use or contribute to a Sonatype Open Source Project according to your organization's policies and your own risk tolerance.
18
+
19
+
**DON'T** file Sonatype support tickets related to a Sonatype Open Source Project — it won't reach the right people that way.
Copy file name to clipboardExpand all lines: content/en/docs/contributing/submitting.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,15 @@ title: Submitting a Contribution
6
6
weight: 10
7
7
---
8
8
9
-
We welcome Pull Requests to our Community Projects - but please ensure they meet these guidelines:
9
+
We welcome contributions via Pull Requests to our Community Projects.
10
10
11
-
1. Have a singular purpose, and that is backed by one or more GitHub Issues in the project
12
-
2. Are clear
13
-
3. Have appropriate test coverage for the Pull Requests purpose
11
+
Please ensure they meet these guidelines:
12
+
13
+
1. Has a clear and singular purpose
14
+
2. It is backed by one or more GitHub Issues in the project
15
+
3. Has appropriate test coverage for the Pull Requests purpose (if you add or modify functionality, make sure you add tests for this!)
14
16
4. Meet the Projects Code Style Convention and Contribution Guidelines (see `CONTRIBUTING.md` in the specific Project)
15
-
5. Accept our Contributor License Agreement (CLA) if you have not previously done so (you'll be prompted on the Pull Request by our CLA Bot)
16
17
17
-
{{< alert color="warning" >}}Contributions that don't meet the above requirements will not be accepted.{{< /alert >}}
18
+
If you've not signed our latest Contributor License Agreement (CLA), you'll be prompted on the Pull Request by our [CLA Bot - PaulBotsco](https://github.com/sonatype-nexus-community/the-cla).
19
+
20
+
{{< alert color="warning" >}}Contributions that don't meet the above requirements unfortunately cannot be accepted.{{< /alert >}}
Copy file name to clipboardExpand all lines: content/en/docs/new-project/_index.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,18 @@ title: Starting a New Project
6
6
weight: 20
7
7
---
8
8
9
-
{{< alert title="Note" >}}Only Sonatype Employees can execute the below procedure to create new Project within the Sonatype Open Source Community.{{< /alert >}}
9
+
You can share your idea for a new Project by starting a [Discussion here](https://github.com/orgs/sonatype-nexus-community/discussions/new?category=project-proposal).
10
+
11
+
{{< alert title="Note" >}}Only Organizational Owners can execute the below procedure to create new Project within the Sonatype Open Source Community.{{< /alert >}}
10
12
11
13
## Prerequisites
12
14
13
15
- Ensure you have defined a clear purpose for the new project
16
+
- To be a maintanier or owner of a project, you need to have previously contributed to another Sonatype Open Source Project
17
+
18
+
{{< alert title="Info" >}}
19
+
Having contributed previously means you'll have signed our CLA and understand our Community workflows.
20
+
{{< /alert >}}
14
21
15
22
## Creating the Project
16
23
@@ -21,4 +28,5 @@ weight: 20
21
28
22
29
### GitHub Repository Configuration
23
30
24
-
See our [GitHub Repository Configuration Standards]({{< ref "/docs/standards/github-repository" >}}).
31
+
See our [GitHub Repository Configuration Standards]({{< ref "/docs/standards/github-repository" >}}).
0 commit comments