Templates for Wiki Pages
### Description
Wiki can be extremely useful for project documentation, but its current functionality is rather rudimentary. Because of that, many teams and organizations may opt out for a separate documentation solution.
Say we want to maintain different documents pertaining to the project, such as
- Requirements
- Functional Specifications
- Meeting Minutes
- Release Notes
within the project's wiki. Without templates, this would be very cumbersome.
### Proposal
Issue and merge request templates are a great addition for enforcing standards.
As a step to enhance built-in wiki functionality I propose introducing wiki templates, similar to issue and merge request templates. This could be achieved by adding .gitlab/wiki_templates folder within the project's wiki repo.
### Links / references
- [Multiple Issue Templates gitlab-ce#18656] (https://gitlab.com/gitlab-org/gitlab-ce/issues/18656)
issue