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
+18-6Lines changed: 18 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,24 +17,36 @@ git checkout -b <branch-name>
17
17
### 3. Make Changes in the Appropriate Page
18
18
Navigate to the relevant documentation page in the repository and make your changes. Ensure that your changes align with our style guide and maintain consistency across the documentation.
19
19
20
-
### 4. Raise a Pull Request (PR)
20
+
### 4. Preview your changes
21
+
Make sure you are visually happy with your changes.
22
+
23
+
1. Run `npx mint dev`
24
+
1. A url will be printed to your console. Open it in your browser.
25
+
1. Visit your pages and confirm they look correct.
26
+
27
+
### 5. Fix broken links
28
+
29
+
1. Run `npx mint broken-links`
30
+
2. Fix all reported broken links
31
+
32
+
### 6. Raise a Pull Request (PR)
21
33
Once your changes are ready, raise a pull request (PR) to merge your branch into the `master` branch. Please provide a descriptive title and detailed description of your changes.
22
34
23
-
### 5. Leave a Clear Commit Message
35
+
### 7. Leave a Clear Commit Message
24
36
When committing your changes, leave a clear and concise message that links to the corresponding issue (if applicable) and explains the fix or enhancement you've made.
25
37
26
38
```bash
27
39
git add .
28
40
git commit -m "Fixes #<issue-number>: Description of the fix or enhancement"
29
41
```
30
42
31
-
### 6. Link the Issue to the Pull Request
43
+
### 8. Link the Issue to the Pull Request
32
44
In your pull request description, be sure to reference the related issue using GitHub's syntax (`#<issue-number>`). This links the PR to the issue and helps maintain context.
33
45
34
-
### 7. Sign the Contributor License Agreement (CLA)
46
+
### 9. Sign the Contributor License Agreement (CLA)
35
47
Before we can merge your contribution, you must sign our contributor license agreement (CLA). This agreement ensures that your contributions comply with our licensing terms.
36
48
37
-
### 8. Assign a Reviewer from Our Team
49
+
### 10. Assign a Reviewer from Our Team
38
50
Once your PR is submitted, a member of our team will be assigned to review your changes. They will provide feedback and may request revisions if necessary. Please respond promptly to any review comments to expedite the merging process.
39
51
40
-
Thank you for contributing to our documentation! We appreciate your efforts in making our product documentation more comprehensive and user-friendly. If you have any questions or need assistance, feel free to reach out to our team. Happy contributing!
52
+
Thank you for contributing to our documentation! We appreciate your efforts in making our product documentation more comprehensive and user-friendly. If you have any questions or need assistance, feel free to reach out to our team. Happy contributing!
0 commit comments