Skip to content

Commit 052f4fa

Browse files
committed
Edited CONTRIBUTING
1 parent 103f7aa commit 052f4fa

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

CONTRIBUTING.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Contributing Guidelines
2-
Thank you for considering spending your time contributing to the Splunk 3D Graph Network Topology Visualization. Whether you're interested in bug-hunting, documentation, or creating entirely new features, this document will help and guide you through the process.
2+
Thank you for considering spending your time contributing to the Splunk 3D Graph Network Topology Visualization. :rocket:
3+
4+
Whether you're interested in bug-hunting, documentation, or creating entirely new features, this document will help and guide you through the process.
35

46
## Issues & Bug Reports
57
If you're seeing some unexpected behavior with this project, please create an [issue](https://github.com/splunk/splunk-3D-graph-network-topology-viz/issues) on GitHub selecting the opportune template and providing requested information.
68

79
## Pull Requests
8-
We love to see your fixes via pull requests!
10+
We :heart: to see your fixes via pull requests!
911

1012
To create a pull request:
1113
* [Fork](https://guides.github.com/activities/forking/) the project
@@ -16,4 +18,15 @@ To create a pull request:
1618

1719
Remember:
1820
* **Any pull request to `Master` will not be accepted**
19-
* **Address an issue per branch**
21+
* **Address an issue per branch**
22+
23+
## Semi-Automated Release
24+
A [GitHub Action](https://github.com/splunk/splunk-3D-graph-network-topology-viz/actions/workflows/manual-release.yml) is provided to:
25+
* Bump the app version
26+
* Create a release
27+
28+
This action can be **manually triggered** by clicking on _Actions / Manual Release / Run Workflow_ and by providing:
29+
* **Bump part** - Either major, minor or patch
30+
* (Optional) **Changelog notes** - By default all commit messages beginning from the last release are included
31+
32+
> **NOTE** Action available to all users with `Write` role at least

0 commit comments

Comments
 (0)