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
+26-12Lines changed: 26 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -200,7 +200,8 @@ For full example of usage checkout edge-ai tasks collection:
200
200
- A brief description of what your instruction/prompt does
201
201
- Any relevant context or usage notes
202
202
203
-
**Note**: Once your contribution is merged, you'll automatically be added to our [Contributors](./README.md#contributors-) section! We use [all-contributors](https://github.com/all-contributors/all-contributors) to recognize all types of contributions to the project.
203
+
> [!NOTE]
204
+
> We use [all-contributors](https://github.com/all-contributors/all-contributors) to recognize all types of contributions to the project. Jump to [Contributors Recognition](#contributor-recognition) to learn more!
204
205
205
206
## What We Accept
206
207
@@ -234,21 +235,34 @@ To maintain a safe, responsible, and constructive community, we will **not accep
234
235
- **Write clearly**: Use simple, direct language
235
236
- **Promote best practices**: Encourage secure, maintainable, and ethical development practices
236
237
237
-
## Contributors Recognition
238
+
## Contributor Recognition
238
239
239
-
This project uses [all-contributors](https://github.com/all-contributors/all-contributors) to recognize contributors. When you make a contribution, you'll automatically be recognized in our contributors list!
240
+
We use [all-contributors](https://github.com/all-contributors/all-contributors) to recognize **all types of contributions** to this project.
240
241
241
-
We welcome contributions of all types, including:
242
+
To add yourself, leave a comment on a relevant issue or pull request using your GitHub username and the appropriate contribution type(s):
242
243
243
-
- 📝 Documentation improvements
244
-
- 💻 Code contributions
245
-
- 🐛 Bug reports and fixes
246
-
- 🎨 Design improvements
247
-
- 💡 Ideas and suggestions
248
-
- 🤔 Answering questions
249
-
- 📢 Promoting the project
244
+
```markdown
245
+
@all-contributors add @username for contributionType1, contributionType2
246
+
```
247
+
248
+
The contributors list is updated automatically every Sunday at **3:00 AM UTC**. When the next run completes, your name will appear in the [README Contributors](./README.md#contributors-) section.
249
+
250
+
### Contribution Types
251
+
252
+
We welcome many kinds of contributions, including the custom categories below:
0 commit comments