mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Model imperative verbiage in PR examples. (#39041)
This commit is contained in:
@@ -95,25 +95,25 @@ The area should use upper camel case, e.g. UpperCamelCase.
|
|||||||
|
|
||||||
Prefer using one of the following areas:
|
Prefer using one of the following areas:
|
||||||
|
|
||||||
- **Build:** Changes to the build system, or external dependencies.
|
- **Build:** Change the build system, or external dependencies
|
||||||
- **Chore:** Changes that don't affect functionality.
|
- **Chore:** Change that don't affect functionality
|
||||||
- **Dashboard:** Changes to the Dashboard feature.
|
- **Dashboard:** Change the Dashboard feature
|
||||||
- **Docs:** Changes to documentation.
|
- **Docs:** Change documentation
|
||||||
- **Explore:** Changes to the Explore feature.
|
- **Explore:** Change the Explore feature
|
||||||
- **Plugins:** Changes to any of the plugins.
|
- **Plugins:** Change the ... plugin
|
||||||
|
|
||||||
For changes to data sources, the area should be the name of the data source, e.g., AzureMonitor, Graphite, and Prometheus.
|
For changes to data sources, the area is the name of the data source. For example, AzureMonitor, Graphite, or Prometheus.
|
||||||
|
|
||||||
For changes to panels, the area should be the name of the panel, suffixed with Panel, e.g., GraphPanel, SinglestatPanel, and TablePanel.
|
For changes to panels, the area is the name of the panel, suffixed with Panel. For example, GraphPanel, SinglestatPanel, or TablePanel.
|
||||||
|
|
||||||
**Examples**
|
**Examples**
|
||||||
|
|
||||||
- `Build: Support publishing MSI to grafana.com`
|
- `Build: Support publishing MSI to grafana.com`
|
||||||
- `Explore: Add Live option for supported data sources`
|
- `Explore: Add Live option for supported data sources`
|
||||||
- `GraphPanel: Fix legend sorting issues`
|
- `GraphPanel: Fix legend sorting issues`
|
||||||
- `Docs: Changed url to URL in all documentation files`
|
- `Docs: Change url to URL in all documentation files`
|
||||||
|
|
||||||
If you're unsure, please have a look at the existing [changelog](https://github.com/grafana/grafana/blob/main/CHANGELOG.md) for inspiration/guidance.
|
If you're unsure, see the existing [changelog](https://github.com/grafana/grafana/blob/main/CHANGELOG.md) for inspiration or guidance.
|
||||||
|
|
||||||
### Pull request titles
|
### Pull request titles
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user