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
{{ message }}
This repository was archived by the owner on May 8, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,17 +31,17 @@ This is StackSpot IntelliJ Plugin contributing guide. Please read the following
31
31
## **Before you contribute**
32
32
33
33
### **Code of Conduct**
34
-
Please follow the [**Code of Conduct**](https://github.com/stack-spot/stackspot-intellij-plugin/blob/main/CODE_OF_CONDUCT.md) in all your interactions with our project.
34
+
Please follow the [**Code of Conduct**](https://github.com/stack-spot/stackspot-intellij-extension/blob/main/CODE_OF_CONDUCT.md) in all your interactions with our project.
35
35
36
36
### **Legal**
37
37
As you contribute, keep in mind that the code, docs and other materials submitted to open source projects are usually considered licensed under the same terms as the rest of the work.
38
38
39
-
- StackSpot IntelliJ Plugin is licensed over [**ASF - Apache License**](https://github.com/stack-spot/stackspot-intellij-plugin/blob/main/LICENSE), version 2, so new files must have the ASL version 2 header. For more information, please check out [**Apache license**](https://www.apache.org/licenses/LICENSE-2.0).
39
+
- StackSpot IntelliJ Plugin is licensed over [**ASF - Apache License**](https://github.com/stack-spot/stackspot-intellij-extension/blob/main/LICENSE), version 2, so new files must have the ASL version 2 header. For more information, please check out [**Apache license**](https://www.apache.org/licenses/LICENSE-2.0).
40
40
41
-
- You should configure a pre-commit Githook in your local machine, so it will help you not commit files without a license header. Please check out [**more about Githooks**](https://github.com/stack-spot/stackspot-intellij-plugin/blob/main/hooks/README.md).
41
+
- You should configure a pre-commit Githook in your local machine, so it will help you not commit files without a license header. Please check out [**more about Githooks**](https://github.com/stack-spot/stackspot-intellij-extension/blob/main/hooks/README.md).
42
42
43
43
- All contributions are subject to the [**Developer Certificate of Origin (DCO)**](https://developercertificate.org).
44
-
When you commit, use the ```**-s** ``` option to include the Signed-off-by line at the end of the commit log message. At the root of this repository, you will find the DCO text verbatim in the [**dco.txt**](https://github.com/stack-spot/stackspot-intellij-plugin/blob/main/dco.txt) file. You should config a pre-push Githook in your local machine to help you not push without DCO Sign Off. For more information, [**check out GitHooks**](https://github.com/stack-spot/stackspot-intellij-plugin/blob/main/hooks/README.md).
44
+
When you commit, use the ```**-s** ``` option to include the Signed-off-by line at the end of the commit log message. At the root of this repository, you will find the DCO text verbatim in the [**dco.txt**](https://github.com/stack-spot/stackspot-intellij-extension/blob/main/dco.txt) file. You should config a pre-push Githook in your local machine to help you not push without DCO Sign Off. For more information, [**check out GitHooks**](https://github.com/stack-spot/stackspot-intellij-extension/blob/main/hooks/README.md).
45
45
46
46
## **Prerequisites**
47
47
@@ -101,7 +101,7 @@ See the guidelines to submit your changes:
101
101
102
102
### **First contribution**
103
103
104
-
Contributing to a new feature is only allowed in the [**main repository**](https://github.com/stack-spot/stackspot-intellij-plugin).
104
+
Contributing to a new feature is only allowed in the [**main repository**](https://github.com/stack-spot/stackspot-intellij-extension).
105
105
106
106
### **Adding a new feature**
107
107
1. Make sure your branch is based on main;
@@ -112,10 +112,10 @@ Contributing to a new feature is only allowed in the [**main repository**](https
112
112
### **Before open an issue**
113
113
1. Check out if you are on the latest version. If you’re not, your problem may have been solved already.
114
114
115
-
2. Search under the project's [**issues**](https://github.com/stack-spot/stackspot-intellij-plugin/issues?q=is%3Aopen+is%3Aissue+label%3Abug) and make sure it’s not a known bug.
115
+
2. Search under the project's [**issues**](https://github.com/stack-spot/stackspot-intellij-extension/issues?q=is%3Aopen+is%3Aissue+label%3Abug) and make sure it’s not a known bug.
116
116
117
117
### **Opening a new issue**
118
-
If you can't find an open issue for your bug/problem, please [**open a new one**](https://github.com/stack-spot/stackspot-intellij-plugin/issues/new).
118
+
If you can't find an open issue for your bug/problem, please [**open a new one**](https://github.com/stack-spot/stackspot-intellij-extension/issues/new).
119
119
120
120
Your issue must have:
121
121
* A clear title and description with relevant information;
0 commit comments