Gathering detailed insights and metrics for contributing-gen
Gathering detailed insights and metrics for contributing-gen
npm install contributing-gen
Typescript
Module System
Node Version
NPM Version
67.3
Supply Chain
86.1
Quality
75.7
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
1,551
Last Day
1
Last Week
11
Last Month
32
Last Year
317
83 Stars
44 Commits
19 Forks
2 Watching
1 Branches
6 Contributors
Minified
Minified + Gzipped
Latest Version
1.0.3
Package Id
contributing-gen@1.0.3
Unpacked Size
38.32 kB
Size
9.00 kB
File Count
11
NPM Version
10.3.0
Node Version
21.5.0
Publised On
13 Jan 2024
Cumulative downloads
Total Downloads
Last day
-83.3%
1
Compared to previous day
Last week
57.1%
11
Compared to previous week
Last month
60%
32
Compared to previous month
Last year
-49.1%
317
Compared to previous year
1
A CONTRIBUTING.md generator - A guideline to communicate how people should contribute to your project.
Generate it directly in your browser with the web frontend (contributing-gen-web). 🎉
The generated artifacts should serve as basis, adviser and inspiration. We do not guarantee completeness, but a good starting point for a well-structured guide.
npm install
generate.js
file and update it with your project informationnpm run gen
to generate new filesThe files have now been generated and you can copy them into your project repository. And don't forget to mention them in your readme.
In the following listing you see the specification, which you have to fill with your information:
1const specs = { 2 project: { 3 name: "XYZ", 4 defaultBranch: "main", 5 repoUrl: "https://github.com/user/project-slug/", 6 docsUrl: "https://github.com/user/project-slug/blob/main/README.md", 7 }, 8 contributing: { 9 generate: true, 10 emailSensitiveBugs: "security@example.com", 11 }, 12 codeOfConduct: { 13 generate: true, 14 // enforcement email must not be omitted if 'generate' is true 15 enforcementEmail: "email@example.com", 16 // additional info about how the code of conduct will be enforced 17 enforcementGuidelines: false, 18 }, 19};
Although this project should serve as a good example, we don't have an extra guideline for contributions, since the project has a small scope without any programming. Nevertheless, anyone who wants to participate, in whatever form, must follow our Code of Conduct.
Everyone who has ideas and suggestions for improvement is encouraged to contribute. Be it with a simple issue or a pull request. Our goal is to create the best template for contribution guidelines, which helps every open source developer to create an individual guide. It should be made clear to project owners how comprehensible and simple guidelines are structured and how to encourage the community to participate in the project. And don't hesitate, even if it is just a small typo you have spotted.
The community looks forward to your contributions. 🤩
contributing-gen is released under the MIT License.
For the templates we have looked at several open source projects:
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
Found 5/21 approved changesets -- score normalized to 2
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-01-27
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More