Skip to content

Commit d67d750

Browse files
committed
feature: Add guidelines to CONTRIBUTING.md
1 parent 892b2d5 commit d67d750

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ Hey! 👋 Thanks for checking out. If you would like to contribute to this repos
88
99
## Guidelines
1010

11+
> **IMPORTANT: Pull requests will be REJECTED if they:**
12+
> - **Mix JavaScript/HTML code changes with wiki content changes.** These must be submitted as separate pull requests. Code changes go in one PR, documentation/wiki content changes go in another.
13+
> - **Contain an excessive number of changes (e.g., 100+ file modifications).** Large pull requests are impossible to review properly and will not be accepted. Break your contributions into smaller, focused pull requests that can be reviewed individually.
14+
> - **Add interactive tools or complex JavaScript applications.** This wiki is for **documentation only**, not a platform for hosting interactive tools. Such tools become a maintenance burden over time. If you have created a useful community tool, we can link to it from the community tools page instead of embedding it in the wiki.
15+
>
16+
> This policy exists to ensure quality reviews and maintain the integrity of the wiki. No exceptions.
17+
1118
General guidelines to keep in mind when contributing :
1219

1320
- All file names must be in "[lowerCamelCase](https://wiki.c2.com/?LowerCamelCase)" format (i.e `fileName.md`).

0 commit comments

Comments
 (0)