Skip to content

Commit 0104090

Browse files
authored
Update CODE_OF_CONDUCT.md
1 parent e7df7e4 commit 0104090

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

CODE_OF_CONDUCT.md

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -73,38 +73,3 @@ Project maintainers will follow these Community Impact Guidelines in determining
7373
This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at https://www.contributor-covenant.org/version/2/1/code_of_conduct.html.
7474

7575
For answers to common questions about this code of conduct, see https://www.contributor-covenant.org/faq.
76-
```
77-
78-
---
79-
80-
### **How to Add These**
81-
82-
#### **1. Add `CONTRIBUTING.md` to Your Repository:**
83-
84-
1. Create a new file called `CONTRIBUTING.md` in the root of your project.
85-
2. Copy the contributing guidelines above and save the file.
86-
3. Commit and push it to GitHub:
87-
88-
```bash
89-
git add CONTRIBUTING.md
90-
git commit -m "docs: add contributing guidelines"
91-
git push origin master
92-
```
93-
94-
#### **2. Add `CODE_OF_CONDUCT.md` to Your Repository:**
95-
96-
1. Create a new file called `CODE_OF_CONDUCT.md` in the root of your project.
97-
2. Copy the code of conduct content above and save the file.
98-
3. Commit and push it to GitHub:
99-
100-
```bash
101-
git add CODE_OF_CONDUCT.md
102-
git commit -m "docs: add code of conduct"
103-
git push origin master
104-
```
105-
106-
---
107-
108-
### **Conclusion**
109-
110-
Now your repository will include a clear contributing guide and code of conduct, which will encourage collaboration and ensure a welcoming and inclusive community for contributors. Let me know if you need any further changes or clarifications!

0 commit comments

Comments
 (0)