Skip to content

Commit

Permalink
formatting fixes in documentation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
twagoo authored Nov 18, 2024
1 parent 9f8105e commit 41aa53e
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions docs/general-guidelines/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,35 @@
## General

- In repository: what to include (depending on project type)
- Markup format: MD or Asciidoc
- Location: root of project
- README (what to include… template?) \[Policy\]
- Content \[Guidelines\] - [GitHub: Formatting your README](https://guides.github.com/features/wikis/#Formatting-a-readme)
- Project name
- Description
- Table of Contents (optional)
- Installation -> INSTALL
- Usage
- Requirements (runtime, dependencies)
- How to build
- How to run
- Contributing -> CONTRIBUTE
- Credits
- License -> LICENSE
- Markup format: MD or Asciidoc
- Location: root of project
- README (what to include… template?) \[Policy\]
- Content \[Guidelines\] - [GitHub: Formatting your README](https://guides.github.com/features/wikis/#Formatting-a-readme)
- Project name
- Description
- Table of Contents (optional)
- Installation -> INSTALL
- Usage
- Requirements (runtime, dependencies)
- How to build
- How to run
- Contributing -> CONTRIBUTE
- Credits
- License -> LICENSE
- LICENSE \[Policy\]
- See ‘Code license section’
- See ‘Code license section’
- INSTALL (what to include… template?)
- Content? \[Guidelines\]
- Content? \[Guidelines\]
- UPGRADE (what to include… template?)
- Content? \[Guidelines\]
- Content? \[Guidelines\]
- CHANGES / Release notes
- CONTRIBUTING - [GitHub: Setting guidelines for repository contributors](https://docs.github.com/en/github/building-a-strong-community/setting-guidelines-for-repository-contributors)
- We will make a general contributions guideline to include by default in all projects
- A custom contributions guideline document can be made, describing:
- Pull request policy
- Issues policy
- Branching model
- ..
- We will make a general contributions guideline to include by default in all projects
- A custom contributions guideline document can be made, describing:
- Pull request policy
- Issues policy
- Branching model
- ..
- ..

## Design and project documentation
Expand All @@ -43,8 +43,8 @@

- In what cases is it needed?
- Where
- Where/how can the user find it
- Where is it maintained (and how is it integrated)
- Where/how can the user find it
- Where is it maintained (and how is it integrated)
- In what format

“Stand alone” documentation (in a broad sense, e.g. this handbook) should be published under a CC-BY 4.0 licence (“Creative Commons - Attribution 4.0 International”).

0 comments on commit 41aa53e

Please sign in to comment.