Skip to content

Commit

Permalink
⚖️♻️:refactor contents of LICENSE.md into CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Additional guidance on license file sourcing and location to be
provided, amongst license selection, and more!

Refs: OpenINF#642 (comment)
Signed-off-by: Derek Lewis <dereknongeneric@open.inf.is>
  • Loading branch information
DerekNonGeneric committed Dec 22, 2023
1 parent 3c3bdbb commit 0eb0b07
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
13 changes: 10 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

"[toml]": {
"editor.codeActionsOnSave": {
"source.fixAll.dprint": true
"source.fixAll.dprint": "explicit"
},
"editor.defaultFormatter": "dprint.dprint"
},
Expand All @@ -59,7 +59,7 @@

"[markdown]": {
"editor.codeActionsOnSave": {
"source.fixAll.markdownlint": true
"source.fixAll.markdownlint": "explicit"
},
"editor.formatOnSave": true,
// "editor.defaultFormatter": "unifiedjs.vscode-remark"
Expand Down Expand Up @@ -178,5 +178,12 @@
"yaml"
],

"eslint.workingDirectories": ["./"]
"eslint.workingDirectories": [
"./"
],
"[javascript][json][json5][jsonc][typescript][yaml]": {
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
}
}
}
6 changes: 4 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,10 @@ your pull request merged:
- Write a [good commit message][].

Contributions to this project are [released][contrib-license] to the public
under the project’s open source license. The license for a project is located in
a file named [`LICENSE.md`][] in the root directory of the repository.
under the project’s open-source license(s). The license(s) for a project may be
located within the [`LICENSE`][] folder in the root directory of the repository.

<!-- TODO: Guidance on SPDX corpus text files using `.txt` extension. -->

### Project Documentation

Expand Down

0 comments on commit 0eb0b07

Please sign in to comment.