Skip to content

Commit ae3bdfd

Browse files
Relocate "How to Contribute" section to improve content structure (#301)
Signed-off-by: andoriyaprashant <[email protected]>
1 parent 1b1ccc7 commit ae3bdfd

File tree

32 files changed

+112
-109
lines changed

32 files changed

+112
-109
lines changed

website/docs/introduction/community.md

+7
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ We invite contributions in all forms. Join us in writing blogs on DEV.to about e
6666

6767
[Go to dev.to](https://dev.to/t/litmuschaos)
6868

69+
## How to Contribute
70+
71+
- If you are a first-time contributor, please see [Steps to Contribute](https://github.com/litmuschaos/litmus/blob/master/CONTRIBUTING.md#steps-to-contribute-).
72+
- If you would like to suggest new tests to be added to litmus, please go ahead and [create a new issue](https://github.com/litmuschaos/litmus/issues/new) describing your test. All you need to do is specify the workload type and the operations that you would like to perform on the workload.
73+
- If you would like to work on something more involved, please connect with the Litmus Contributors.
74+
- If you would like to make code contributions, all your commits should be signed with Developer Certificate of Origin. See [Sign your work](https://github.com/litmuschaos/litmus/blob/master/CONTRIBUTING.md#sign-your-work).
75+
6976
### Contribute your chaos experiments
7077

7178
We are devoted to being an open source driven community and appeal to our community members to contribute chaos experiments, file issues, raise pull requests, and provide feedback to help enhance the user experience and bring in new enhancements to develop LitmusChaos.

website/docs/introduction/what-is-litmus.md

-5
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,4 @@ Chaos Experiments are fundamental units within the LitmusChaos architecture. Use
3030

3131
A chaos scenario is much more than a simple chaos experiment. It supports the user in defining the expected result, observing the result, analysing the overall system behaviour, and in the decision-making process if the system needs to be tuned for improving the resilience.
3232

33-
## How to Contribute
3433

35-
- If you are a first-time contributor, please see [Steps to Contribute](https://github.com/litmuschaos/litmus/blob/master/CONTRIBUTING.md#steps-to-contribute-).
36-
- If you would like to suggest new tests to be added to litmus, please go ahead and [create a new issue](https://github.com/litmuschaos/litmus/issues/new) describing your test. All you need to do is specify the workload type and the operations that you would like to perform on the workload.
37-
- If you would like to work on something more involved, please connect with the Litmus Contributors.
38-
- If you would like to make code contributions, all your commits should be signed with Developer Certificate of Origin. See [Sign your work](https://github.com/litmuschaos/litmus/blob/master/CONTRIBUTING.md#sign-your-work).

website/versioned_docs/version-3.0.0/introduction/community.md

+7
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ We invite contributions in all forms. Join us in writing blogs on DEV.to about e
6666

6767
[Go to dev.to](https://dev.to/t/litmuschaos)
6868

69+
## How to Contribute
70+
71+
- If you are a first-time contributor, please see [Steps to Contribute](https://github.com/litmuschaos/litmus/blob/master/CONTRIBUTING.md#steps-to-contribute-).
72+
- If you would like to suggest new tests to be added to litmus, please go ahead and [create a new issue](https://github.com/litmuschaos/litmus/issues/new) describing your test. All you need to do is specify the workload type and the operations that you would like to perform on the workload.
73+
- If you would like to work on something more involved, please connect with the Litmus Contributors.
74+
- If you would like to make code contributions, all your commits should be signed with Developer Certificate of Origin. See [Sign your work](https://github.com/litmuschaos/litmus/blob/master/CONTRIBUTING.md#sign-your-work).
75+
6976
### Contribute your chaos experiments
7077

7178
We are devoted to being an open source driven community and appeal to our community members to contribute chaos experiments, file issues, raise pull requests, and provide feedback to help enhance the user experience and bring in new enhancements to develop LitmusChaos.

website/versioned_docs/version-3.0.0/introduction/what-is-litmus.md

-6
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,3 @@ Chaos experiments are fundamental units within the LitmusChaos architecture. You
3030

3131
A chaos scenario is much more than a simple chaos experiment. It supports the user in defining the expected result, observing the result, analysing the overall system behaviour, and in the decision-making process if the system needs to be tuned for improving resilience.
3232

33-
## How to Contribute
34-
35-
- If you are a first-time contributor, please see [Steps to Contribute](https://github.com/litmuschaos/litmus/blob/master/CONTRIBUTING.md#steps-to-contribute-).
36-
- If you would like to suggest new tests to be added to litmus, please go ahead and [create a new issue](https://github.com/litmuschaos/litmus/issues/new) describing your test. All you need to do is specify the workload type and the operations that you would like to perform on the workload.
37-
- If you would like to work on something more involved, please connect with the Litmus Contributors.
38-
- If you would like to make code contributions, all your commits should be signed with Developer Certificate of Origin. See [Sign your work](https://github.com/litmuschaos/litmus/blob/master/CONTRIBUTING.md#sign-your-work).

website/versioned_docs/version-3.1.0/introduction/community.md

+7
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ We invite contributions in all forms. Join us in writing blogs on DEV.to about e
6666

6767
[Go to dev.to](https://dev.to/t/litmuschaos)
6868

69+
## How to Contribute
70+
71+
- If you are a first-time contributor, please see [Steps to Contribute](https://github.com/litmuschaos/litmus/blob/master/CONTRIBUTING.md#steps-to-contribute-).
72+
- If you would like to suggest new tests to be added to litmus, please go ahead and [create a new issue](https://github.com/litmuschaos/litmus/issues/new) describing your test. All you need to do is specify the workload type and the operations that you would like to perform on the workload.
73+
- If you would like to work on something more involved, please connect with the Litmus Contributors.
74+
- If you would like to make code contributions, all your commits should be signed with Developer Certificate of Origin. See [Sign your work](https://github.com/litmuschaos/litmus/blob/master/CONTRIBUTING.md#sign-your-work).
75+
6976
### Contribute your chaos experiments
7077

7178
We are devoted to being an open source driven community and appeal to our community members to contribute chaos experiments, file issues, raise pull requests, and provide feedback to help enhance the user experience and bring in new enhancements to develop LitmusChaos.

website/versioned_docs/version-3.1.0/introduction/what-is-litmus.md

-7
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,3 @@ Chaos Experiments are fundamental units within the LitmusChaos architecture. Use
2929
## What is a Chaos Scenarios
3030

3131
A chaos scenario is much more than a simple chaos experiment. It supports the user in defining the expected result, observing the result, analysing the overall system behaviour, and in the decision-making process if the system needs to be tuned for improving the resilience.
32-
33-
## How to Contribute
34-
35-
- If you are a first-time contributor, please see [Steps to Contribute](https://github.com/litmuschaos/litmus/blob/master/CONTRIBUTING.md#steps-to-contribute-).
36-
- If you would like to suggest new tests to be added to litmus, please go ahead and [create a new issue](https://github.com/litmuschaos/litmus/issues/new) describing your test. All you need to do is specify the workload type and the operations that you would like to perform on the workload.
37-
- If you would like to work on something more involved, please connect with the Litmus Contributors.
38-
- If you would like to make code contributions, all your commits should be signed with Developer Certificate of Origin. See [Sign your work](https://github.com/litmuschaos/litmus/blob/master/CONTRIBUTING.md#sign-your-work).

website/versioned_docs/version-3.10.0/introduction/community.md

+7
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ We invite contributions in all forms. Join us in writing blogs on DEV.to about e
6666

6767
[Go to dev.to](https://dev.to/t/litmuschaos)
6868

69+
## How to Contribute
70+
71+
- If you are a first-time contributor, please see [Steps to Contribute](https://github.com/litmuschaos/litmus/blob/master/CONTRIBUTING.md#steps-to-contribute-).
72+
- If you would like to suggest new tests to be added to litmus, please go ahead and [create a new issue](https://github.com/litmuschaos/litmus/issues/new) describing your test. All you need to do is specify the workload type and the operations that you would like to perform on the workload.
73+
- If you would like to work on something more involved, please connect with the Litmus Contributors.
74+
- If you would like to make code contributions, all your commits should be signed with Developer Certificate of Origin. See [Sign your work](https://github.com/litmuschaos/litmus/blob/master/CONTRIBUTING.md#sign-your-work).
75+
6976
### Contribute your chaos experiments
7077

7178
We are devoted to being an open source driven community and appeal to our community members to contribute chaos experiments, file issues, raise pull requests, and provide feedback to help enhance the user experience and bring in new enhancements to develop LitmusChaos.

website/versioned_docs/version-3.10.0/introduction/what-is-litmus.md

-7
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,3 @@ Chaos Experiments are fundamental units within the LitmusChaos architecture. Use
2929
## What is a Chaos Scenarios
3030

3131
A chaos scenario is much more than a simple chaos experiment. It supports the user in defining the expected result, observing the result, analysing the overall system behaviour, and in the decision-making process if the system needs to be tuned for improving the resilience.
32-
33-
## How to Contribute
34-
35-
- If you are a first-time contributor, please see [Steps to Contribute](https://github.com/litmuschaos/litmus/blob/master/CONTRIBUTING.md#steps-to-contribute-).
36-
- If you would like to suggest new tests to be added to litmus, please go ahead and [create a new issue](https://github.com/litmuschaos/litmus/issues/new) describing your test. All you need to do is specify the workload type and the operations that you would like to perform on the workload.
37-
- If you would like to work on something more involved, please connect with the Litmus Contributors.
38-
- If you would like to make code contributions, all your commits should be signed with Developer Certificate of Origin. See [Sign your work](https://github.com/litmuschaos/litmus/blob/master/CONTRIBUTING.md#sign-your-work).

website/versioned_docs/version-3.11.0/introduction/community.md

+7
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ We invite contributions in all forms. Join us in writing blogs on DEV.to about e
6666

6767
[Go to dev.to](https://dev.to/t/litmuschaos)
6868

69+
## How to Contribute
70+
71+
- If you are a first-time contributor, please see [Steps to Contribute](https://github.com/litmuschaos/litmus/blob/master/CONTRIBUTING.md#steps-to-contribute-).
72+
- If you would like to suggest new tests to be added to litmus, please go ahead and [create a new issue](https://github.com/litmuschaos/litmus/issues/new) describing your test. All you need to do is specify the workload type and the operations that you would like to perform on the workload.
73+
- If you would like to work on something more involved, please connect with the Litmus Contributors.
74+
- If you would like to make code contributions, all your commits should be signed with Developer Certificate of Origin. See [Sign your work](https://github.com/litmuschaos/litmus/blob/master/CONTRIBUTING.md#sign-your-work).
75+
6976
### Contribute your chaos experiments
7077

7178
We are devoted to being an open source driven community and appeal to our community members to contribute chaos experiments, file issues, raise pull requests, and provide feedback to help enhance the user experience and bring in new enhancements to develop LitmusChaos.

website/versioned_docs/version-3.11.0/introduction/what-is-litmus.md

-7
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,3 @@ Chaos Experiments are fundamental units within the LitmusChaos architecture. Use
2929
## What is a Chaos Scenarios
3030

3131
A chaos scenario is much more than a simple chaos experiment. It supports the user in defining the expected result, observing the result, analysing the overall system behaviour, and in the decision-making process if the system needs to be tuned for improving the resilience.
32-
33-
## How to Contribute
34-
35-
- If you are a first-time contributor, please see [Steps to Contribute](https://github.com/litmuschaos/litmus/blob/master/CONTRIBUTING.md#steps-to-contribute-).
36-
- If you would like to suggest new tests to be added to litmus, please go ahead and [create a new issue](https://github.com/litmuschaos/litmus/issues/new) describing your test. All you need to do is specify the workload type and the operations that you would like to perform on the workload.
37-
- If you would like to work on something more involved, please connect with the Litmus Contributors.
38-
- If you would like to make code contributions, all your commits should be signed with Developer Certificate of Origin. See [Sign your work](https://github.com/litmuschaos/litmus/blob/master/CONTRIBUTING.md#sign-your-work).

website/versioned_docs/version-3.12.0/introduction/community.md

+7
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ We invite contributions in all forms. Join us in writing blogs on DEV.to about e
6666

6767
[Go to dev.to](https://dev.to/t/litmuschaos)
6868

69+
## How to Contribute
70+
71+
- If you are a first-time contributor, please see [Steps to Contribute](https://github.com/litmuschaos/litmus/blob/master/CONTRIBUTING.md#steps-to-contribute-).
72+
- If you would like to suggest new tests to be added to litmus, please go ahead and [create a new issue](https://github.com/litmuschaos/litmus/issues/new) describing your test. All you need to do is specify the workload type and the operations that you would like to perform on the workload.
73+
- If you would like to work on something more involved, please connect with the Litmus Contributors.
74+
- If you would like to make code contributions, all your commits should be signed with Developer Certificate of Origin. See [Sign your work](https://github.com/litmuschaos/litmus/blob/master/CONTRIBUTING.md#sign-your-work).
75+
6976
### Contribute your chaos experiments
7077

7178
We are devoted to being an open source driven community and appeal to our community members to contribute chaos experiments, file issues, raise pull requests, and provide feedback to help enhance the user experience and bring in new enhancements to develop LitmusChaos.

website/versioned_docs/version-3.12.0/introduction/what-is-litmus.md

-7
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,3 @@ Chaos Experiments are fundamental units within the LitmusChaos architecture. Use
2929
## What is a Chaos Scenarios
3030

3131
A chaos scenario is much more than a simple chaos experiment. It supports the user in defining the expected result, observing the result, analysing the overall system behaviour, and in the decision-making process if the system needs to be tuned for improving the resilience.
32-
33-
## How to Contribute
34-
35-
- If you are a first-time contributor, please see [Steps to Contribute](https://github.com/litmuschaos/litmus/blob/master/CONTRIBUTING.md#steps-to-contribute-).
36-
- If you would like to suggest new tests to be added to litmus, please go ahead and [create a new issue](https://github.com/litmuschaos/litmus/issues/new) describing your test. All you need to do is specify the workload type and the operations that you would like to perform on the workload.
37-
- If you would like to work on something more involved, please connect with the Litmus Contributors.
38-
- If you would like to make code contributions, all your commits should be signed with Developer Certificate of Origin. See [Sign your work](https://github.com/litmuschaos/litmus/blob/master/CONTRIBUTING.md#sign-your-work).

website/versioned_docs/version-3.2.0/introduction/community.md

+7
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ We invite contributions in all forms. Join us in writing blogs on DEV.to about e
6666

6767
[Go to dev.to](https://dev.to/t/litmuschaos)
6868

69+
## How to Contribute
70+
71+
- If you are a first-time contributor, please see [Steps to Contribute](https://github.com/litmuschaos/litmus/blob/master/CONTRIBUTING.md#steps-to-contribute-).
72+
- If you would like to suggest new tests to be added to litmus, please go ahead and [create a new issue](https://github.com/litmuschaos/litmus/issues/new) describing your test. All you need to do is specify the workload type and the operations that you would like to perform on the workload.
73+
- If you would like to work on something more involved, please connect with the Litmus Contributors.
74+
- If you would like to make code contributions, all your commits should be signed with Developer Certificate of Origin. See [Sign your work](https://github.com/litmuschaos/litmus/blob/master/CONTRIBUTING.md#sign-your-work).
75+
6976
### Contribute your chaos experiments
7077

7178
We are devoted to being an open source driven community and appeal to our community members to contribute chaos experiments, file issues, raise pull requests, and provide feedback to help enhance the user experience and bring in new enhancements to develop LitmusChaos.

website/versioned_docs/version-3.2.0/introduction/what-is-litmus.md

-7
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,3 @@ Chaos Experiments are fundamental units within the LitmusChaos architecture. Use
2929
## What is a Chaos Scenarios
3030

3131
A chaos scenario is much more than a simple chaos experiment. It supports the user in defining the expected result, observing the result, analysing the overall system behaviour, and in the decision-making process if the system needs to be tuned for improving the resilience.
32-
33-
## How to Contribute
34-
35-
- If you are a first-time contributor, please see [Steps to Contribute](https://github.com/litmuschaos/litmus/blob/master/CONTRIBUTING.md#steps-to-contribute-).
36-
- If you would like to suggest new tests to be added to litmus, please go ahead and [create a new issue](https://github.com/litmuschaos/litmus/issues/new) describing your test. All you need to do is specify the workload type and the operations that you would like to perform on the workload.
37-
- If you would like to work on something more involved, please connect with the Litmus Contributors.
38-
- If you would like to make code contributions, all your commits should be signed with Developer Certificate of Origin. See [Sign your work](https://github.com/litmuschaos/litmus/blob/master/CONTRIBUTING.md#sign-your-work).

website/versioned_docs/version-3.3.0/introduction/community.md

+7
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ We invite contributions in all forms. Join us in writing blogs on DEV.to about e
6666

6767
[Go to dev.to](https://dev.to/t/litmuschaos)
6868

69+
## How to Contribute
70+
71+
- If you are a first-time contributor, please see [Steps to Contribute](https://github.com/litmuschaos/litmus/blob/master/CONTRIBUTING.md#steps-to-contribute-).
72+
- If you would like to suggest new tests to be added to litmus, please go ahead and [create a new issue](https://github.com/litmuschaos/litmus/issues/new) describing your test. All you need to do is specify the workload type and the operations that you would like to perform on the workload.
73+
- If you would like to work on something more involved, please connect with the Litmus Contributors.
74+
- If you would like to make code contributions, all your commits should be signed with Developer Certificate of Origin. See [Sign your work](https://github.com/litmuschaos/litmus/blob/master/CONTRIBUTING.md#sign-your-work).
75+
6976
### Contribute your chaos experiments
7077

7178
We are devoted to being an open source driven community and appeal to our community members to contribute chaos experiments, file issues, raise pull requests, and provide feedback to help enhance the user experience and bring in new enhancements to develop LitmusChaos.

website/versioned_docs/version-3.3.0/introduction/what-is-litmus.md

-7
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,3 @@ Chaos Experiments are fundamental units within the LitmusChaos architecture. Use
2929
## What is a Chaos Scenarios
3030

3131
A chaos scenario is much more than a simple chaos experiment. It supports the user in defining the expected result, observing the result, analysing the overall system behaviour, and in the decision-making process if the system needs to be tuned for improving the resilience.
32-
33-
## How to Contribute
34-
35-
- If you are a first-time contributor, please see [Steps to Contribute](https://github.com/litmuschaos/litmus/blob/master/CONTRIBUTING.md#steps-to-contribute-).
36-
- If you would like to suggest new tests to be added to litmus, please go ahead and [create a new issue](https://github.com/litmuschaos/litmus/issues/new) describing your test. All you need to do is specify the workload type and the operations that you would like to perform on the workload.
37-
- If you would like to work on something more involved, please connect with the Litmus Contributors.
38-
- If you would like to make code contributions, all your commits should be signed with Developer Certificate of Origin. See [Sign your work](https://github.com/litmuschaos/litmus/blob/master/CONTRIBUTING.md#sign-your-work).

0 commit comments

Comments
 (0)