-
Notifications
You must be signed in to change notification settings - Fork 347
Description
Feature Request
- Yes, I reviewed the contribution guidelines.
Problem
When visiting a command documentation page, such as wp cli alias I would expect that contributing to this page is where the GitHub icon would take me.
However, this link just leads to wp-cli/wp-cli repo, as does the wp cli command. This makes it very difficult to find the the correct place for contributing with documentation.
Even with other commands, with separate GitHub repositories, this link goes only to the repo itself requiring from contributor to find the exact file and line in code.
This means that contributing to documentation requires deep understanding of how the project is organised and how the parser works, which is really unnecessary and can have effect in people not bothering to contribute.
Proposal
If GitHub links would lead to exact file and line (the first line of docs block) it would make contributing so much more easier and flowing experience.