This repository has been archived by the owner on Sep 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'thegooddocsproject:dev' into base-restructure
- Loading branch information
Showing
4 changed files
with
85 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
name: Create new doc type template | ||
about: For issues where a templateer needs to create a new doc type template. | ||
title: Create {doc_type} template | ||
labels: templates | ||
assignees: '' | ||
|
||
--- | ||
|
||
# Create {doctype} template | ||
|
||
## Description | ||
### Doc Type Name: {doc_type} | ||
### Directory: https://github.com/thegooddocsproject/templates/{directory_name} | ||
### Sub-tasks | ||
1. Create {doc_type}-template.md and write content for it | ||
2. Create {doc_type}-guide.md and write content for it | ||
|
||
{Optional: add any further explanation if the issue is not self-explanatory} | ||
|
||
## Helpful Resources | ||
{Optional: Add links to anything that might help the templateer write this particular type of template. For example, a Medium article about how to write good tutorials.} | ||
|
||
## Before You Submit | ||
Add an appropriate label to denote the relative priority of this template: | ||
|
||
Label | Description | ||
--|-- | ||
`templates-p0`| Base template, required to start other templates | ||
`templates-p1` | 1.0 MVP alpha release: Key doctypes that authors need help with. | ||
`templates-p2` | 2.0 Common doctypes used within open source. | ||
`templates-p3` | 3.0 Comprehensive set of doctypes | ||
`templates-p4` | 4.0 Special case doctypes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# List of Templates to Create | ||
|
||
The list below includes all the templates we as templateers plan to create. Feel free to provide feedback on whether any templates need to be removed or added to the list. The "P{number}" before each item indicates the priority of completing this template. We want to focus mostly on completing P1 templates, but if you have a special interest in one of the other templates feel free to work on that too. Feedback on the priorities is also welcome. Items without "P{number}" are just categories, not templates to be created. | ||
|
||
* P0 Base | ||
* P1 Reference | ||
* P3 api-reference | ||
* P2 Glossary | ||
* P4 FAQ | ||
* *Manual* | ||
* P2 User guide | ||
* P3 Installation guide | ||
* P3 Developers' guide | ||
* P4 Administrators’ guide | ||
* P2 Defining personas guide | ||
* *Task* | ||
* P1 Tutorial | ||
* P1 How-to | ||
* P1 Quickstart | ||
* P3 Api-quickstart | ||
* *Concept* | ||
* P2 Business overview (About page, Landing page) | ||
* P4 Technical overview | ||
* P4 Case Study | ||
* P4 White paper | ||
* P2 Explanation | ||
* *Community* | ||
* P0 Community definitions | ||
* P1 README | ||
* P2 Contributors' guide | ||
* P2 Code of Conduct | ||
* P3 Issue template and merge request template | ||
* P3 Project Governance - RFC processes? | ||
* P3 License (Recommendations on attribution) | ||
* *Guide* | ||
* P3 Style guide (for code) | ||
* P3 Style guide (for documentation) | ||
* P3 Release notes | ||
* P4 Logging | ||
* P4 Pull request template | ||
* P4 Bug reporting template | ||
* P4 Comments (structured comments you can grok and grep) | ||
* P4 Error messages | ||
* *Plan* | ||
* P4 Information Architecture | ||
* P4 Documentation Plan | ||
* *Requirements* | ||
* P3 User Stories | ||
* P3 Engineering Requirements | ||
* P3 Tests |