├── .github └── ISSUE_TEMPLATE │ ├── 1-css-docs-template.md │ ├── 2-js-docs-template.md │ ├── 3-html-docs-template.md │ ├── 4-http-docs-template.md │ ├── 5-devtools-docs-template.md │ ├── 6-webext-docs-template.md │ ├── 7-learn-docs-template.md │ ├── ddn-template.md │ ├── epic-template.md │ ├── issue-template.md │ └── user-story-template.md ├── CODE_OF_CONDUCT.md ├── LICENSE └── README.md /.github/ISSUE_TEMPLATE/1-css-docs-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdn/sprints/HEAD/.github/ISSUE_TEMPLATE/1-css-docs-template.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/2-js-docs-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdn/sprints/HEAD/.github/ISSUE_TEMPLATE/2-js-docs-template.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/3-html-docs-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdn/sprints/HEAD/.github/ISSUE_TEMPLATE/3-html-docs-template.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/4-http-docs-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdn/sprints/HEAD/.github/ISSUE_TEMPLATE/4-http-docs-template.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/5-devtools-docs-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdn/sprints/HEAD/.github/ISSUE_TEMPLATE/5-devtools-docs-template.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/6-webext-docs-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdn/sprints/HEAD/.github/ISSUE_TEMPLATE/6-webext-docs-template.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/7-learn-docs-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdn/sprints/HEAD/.github/ISSUE_TEMPLATE/7-learn-docs-template.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/ddn-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdn/sprints/HEAD/.github/ISSUE_TEMPLATE/ddn-template.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/epic-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdn/sprints/HEAD/.github/ISSUE_TEMPLATE/epic-template.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/issue-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdn/sprints/HEAD/.github/ISSUE_TEMPLATE/issue-template.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/user-story-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdn/sprints/HEAD/.github/ISSUE_TEMPLATE/user-story-template.md -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdn/sprints/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdn/sprints/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdn/sprints/HEAD/README.md --------------------------------------------------------------------------------