Skip to content

Commit 38b3756

Browse files
committed
removed extensions and allowing for feedback from community through issues
1 parent ac0c293 commit 38b3756

File tree

613 files changed

+6
-108704
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

613 files changed

+6
-108704
lines changed

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,4 @@ Former users of the extension code-named "Gauntlet" will notice that the authori
7272

7373
## Contributing
7474

75-
Please see the [Contributors Guide!](contributors.md)
76-
77-
This project welcomes contributions and suggestions. Most contributions require you to agree to a
78-
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
79-
the rights to use your contribution. For details, visit [https://cla.microsoft.com](https://cla.microsoft.com).
80-
81-
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
82-
a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions
83-
provided by the bot. You will only need to do this once across all repos using our CLA.
84-
85-
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
86-
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
87-
contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
75+
Please see the [Contributors Guide!](contributors.md)

contributors.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,3 @@ When creating your pull request, please include:
2929
- Release notes
3030

3131
Once the PR is submitted, it will be reviewed within one week. After the PR is accepted and merged, it will be included and released in the next deployment with release notes added to the changelog. PRs with bumped versions will be rejected.
32-
33-
Thanks!

package.json

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "docs-authoring-pack",
2+
"name": "learn-authoring-pack",
33
"private": true,
44
"workspaces": {
55
"packages": [
@@ -22,22 +22,6 @@
2222
},
2323
"scripts": {
2424
"preinstall": "node ./cleanup-prepush.js",
25-
"compile-docs-article-templates": "npm run --prefix packages/docs-article-templates compile",
26-
"compile-docs-images": "npm run --prefix packages/docs-images compile",
27-
"compile-docs-linting": "npm run --prefix packages/docs-linting compile",
28-
"compile-docs-markdown": "npm run --prefix packages/docs-markdown compile",
29-
"compile-docs-metadata": "npm run --prefix packages/docs-metadata compile",
30-
"compile-docs-preview": "npm run --prefix packages/docs-preview compile",
31-
"compile-docs-visual-areas": "npm run --prefix packages/docs-visual-areas compile",
32-
"lint-docs-article-templates": "npm run --prefix packages/docs-article-templates lint",
33-
"lint-docs-images": "npm run --prefix packages/docs-images lint",
34-
"lint-docs-linting": "npm run --prefix packages/docs-linting lint",
35-
"lint-docs-markdown": "npm run --prefix packages/docs-markdown lint",
36-
"lint-docs-metadata": "npm run --prefix packages/docs-metadata lint",
37-
"lint-docs-preview": "npm run --prefix packages/docs-preview lint",
38-
"lint-docs-visual-areas": "npm run --prefix packages/docs-visual-areas lint",
39-
"compile": "npm run compile-docs-article-templates && npm run compile-docs-images && npm run compile-docs-linting && npm run compile-docs-markdown && npm run compile-docs-metadata && npm run compile-docs-preview && npm run compile-docs-visual-areas",
40-
"lint": "npm run lint-docs-article-templates && npm run lint-docs-images && npm run lint-docs-linting && npm run lint-docs-markdown && npm run lint-docs-metadata && npm run lint-docs-preview && npm run lint-docs-visual-areas",
4125
"pre-push": "npm run lint && npm run compile"
4226
},
4327
"husky": {

packages/docs-article-templates/.eslintrc.js

Lines changed: 0 additions & 142 deletions
This file was deleted.

0 commit comments

Comments
 (0)