Fix#23854. Documentation moved/removed. Let's use the `CONTRIBUTING.md` as the source of truth to get involved with OS contributions.
Signed-off-by: Philipp Hugenroth <tudi2d@users.noreply.github.com>
Correct code of conduct reference in CONTRIBUTING.md to refer to CNCF's code of conduct, not Spotify's FOSS code of conduct.
Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
Clarify how semantic versioning should be used.
The emphasis was on `0.x` versions, but nowadays most packages are above `1.0` so hopefully this will be less confusing.
Signed-off-by: Morgan Bentell <morgan.bentell@gmail.com>
In order for GitHub Actions plugin to work, the GitHub OAuth application must be created at the organization level. Updated docs to assist others that may run into any issues related to this.
Signed-off-by: Daniel Clayton <dclayton@godaddy.com>
To facilitate for non-terminal users, add information about how to add the signed-off-by line to your commit message (and amend it) when using GitHub Desktop
Signed-off-by: Bodil Björklund <bodilb@spotify.com>
* fix(docs): typos which were reflacted from vale linter's command
* feat: Implement Vale linter (#2031)
Initialize .vale.ini file
Add 'lint:docs' script to package.json, to lint all md files except the ones which are located in node_modules
Generate 'vocab.txt' by using command 'yarn run lint:docs' | grep -o ''[a-z A-Z]*'' | grep -o '[a-z A-Z]*' | sort | uniq > .github/styles/vocab.txt
Add steps to github workflow 'master' to check docs quality
* chore: Separate workflow for quality checking
* chore: Added 'shx' dev dependency to support grep command in cross platform
* feat: Add script to operate same quality check process on different platform
* ignore: remove lint:docs from lint-stages which was added for experiment purpose
* fix: check-all-files on push event & check-changed-files on pull_request event
* chore(CI): triggle workflow only when there is any updates in .md file(s) on pull request
* fix: use spawnSync to solve 'The command line is too long.' error
* fix: github workflow syntax
* fix: prettier error
* chore: add vale command directly to lint-staged
* chore: use shebang for easy access
* fix: windows script issue & remove shebang
* chore: Add shebang flag
* chore: better error message related to vale
* chore: mention vale linter in documentation
* fix: spelling errors & add keywords to vocab.txt