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
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,10 +31,25 @@ If you plan to submit another pull request while your original is still pending,
31
31
-**Descriptive Pull Request Titles**: Your pull request must have explicit and descriptive titles that accurately represent the changes made.
32
32
-**Scope Adherence**: Changes that fall outside the described scope will result in the entire pull request being rejected.
33
33
-**Quality Over Quantity**: Low-effort or spam pull requests will be marked accordingly.
34
-
-**Expanded Snippets**: Code snippets reused from the [ServiceNow Documentation](https://docs.servicenow.com/) or [API References](https://developer.servicenow.com/dev.do#!/reference/) are acceptable only if they are expanded in a meaningful way (e.g., with additional context, documentation, or variations). Remember: *“QUANTITY IS FUN, QUALITY IS KEY.”*
34
+
-**Expanded Snippets**: Code snippets reused from the [ServiceNow Documentation](https://docs.servicenow.com/) or [API References](https://developer.servicenow.com/dev.do#!/reference/) are acceptable only if they are expanded in a meaningful way (e.g., with additional context, documentation, or variations). Remember: *"QUANTITY IS FUN, QUALITY IS KEY."*
35
35
-**Relevance**: Code should be relevant to ServiceNow Developers.
36
36
-**ES2021 Compatibility**: While ES2021 is allowed, we encourage you to disclose if your code is using ES2021 features, as not everyone may be working with ES2021-enabled applications.
37
37
38
+
## Core Documentation File Changes
39
+
40
+
**IMPORTANT**: For changes to core documentation files (README.md, CONTRIBUTING.md, LICENSE, etc.), contributors must:
41
+
42
+
1.**Submit an Issue First**: Before making any changes to core documentation files, create an issue describing:
43
+
- What you intend to edit
44
+
- Why the change is needed
45
+
- Your proposed approach
46
+
47
+
2.**Get Assignment**: Wait to be assigned to the issue by a maintainer before submitting a PR.
48
+
49
+
3.**Reference the Issue**: Include the issue number in your PR title and description.
50
+
51
+
This process helps prevent merge conflicts when multiple contributors want to update the same documentation files and ensures all changes align with the project's direction.
52
+
38
53
## Repository Structure
39
54
40
55
**IMPORTANT**: The repository has been reorganized into major categories. All new contributions MUST follow this structure for PR approval.
0 commit comments