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-22
Original file line number
Diff line number
Diff line change
@@ -1,35 +1,35 @@
1
1
# Contribution Guidelines 📚
2
2
3
-
Welcome to our project! We appreciate your interest and contributions. Please read the following guidelines carefully to ensure a smooth collaboration.
3
+
Welcome to Our Project!
4
+
Thank you for your interest in contributing! Please read the following guidelines carefully to ensure smooth collaboration.
4
5
5
-
## General Rules:
6
-
7
-
-**Creativity Allowed:** Feel free to submit pull requests that break the rules—we might just merge them anyway!
8
-
-**No Build Steps:** Avoid adding build steps like `npm install` to maintain simplicity as a static site.
9
-
-**Preserve Existing Content:** Do not remove existing content.
10
-
-**Code Style:** Your code can be neat, messy, simple, or complex. As long as it works, it's welcome.
11
-
-**Add Your Name:** Remember to add your name to the `contributorsList` file.
12
-
-**Keep it Small:** Aim for small pull requests to minimize merge conflicts and streamline reviews.
6
+
## General Guidelines:
7
+
**Creativity Allowed:** If you have an idea that bends the rules, feel free to submit a pull request (PR). We may still merge it!
8
+
**No Build Steps:** Please avoid adding build steps (e.g., npm install). This project is intended to stay simple as a static site.
9
+
**Preserve Existing Content:** Ensure you do not remove any existing content.
10
+
**Code Style:** Whether your code is clean or messy, simple or complex—it’s all welcome, as long as it works.
11
+
**Add Your Name:** Don’t forget to add your name to the contributorsList file.
12
+
**Keep it Small:** Try to keep your pull requests small. This helps minimize merge conflicts and makes reviews easier.
13
13
14
14
## Getting Started 🤩🤗
15
15
16
16
1.**Fork the Repository:**
17
-
- Use the fork button at the top right of the repository page.
17
+
- Click the "Fork" button at the top right of the repository page to create your own copy of the project.
18
18
19
19
2.**Clone Your Fork:**
20
20
- Clone the forked repository to your local machine.
0 commit comments