Improve our community standards (#218)

* Add a bug report template

* Add a feature request template

* Add a pull request template

* Add a security policy

* Lint newer files
This commit is contained in:
Paulo F. Oliveira
2023-07-01 17:26:50 +01:00
committed by GitHub
parent 7960f20020
commit fa5c1c2428
5 changed files with 104 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
"format": "prettier src/**/*.js --write && prettier test/**/*.js --write",
"jslint": "eslint src/**/*.js && eslint test/**/*.js",
"licenses": "yarn licenses generate-disclaimer > 3RD_PARTY_LICENSES",
"markdownlint": "markdownlint *.md",
"markdownlint": "markdownlint *.md ./github/**/*.md",
"shellcheck": "shellcheck src/install-*.sh .github/workflows/*.sh",
"test": "node test/setup-beam.test.js && node ./test/problem-matchers.test.js",
"yamllint": "yamllint .github/workflows/**.yml && yamllint .*.yml && yamllint *.yml",