Last active
January 12, 2022 19:27
-
-
Save yvoronoy/560419750e254747481d66edc8681d02 to your computer and use it in GitHub Desktop.
Run the command to install: (cd $(espanso path | grep Config | awk '{print $2}'); curl -o user/jira.yml https://gist.githubusercontent.com/yvoronoy/560419750e254747481d66edc8681d02/raw/4f466e9882db7b176a5a156c1c83f4ff73d64944/gistfile1.txt)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# (cd $(espanso path | grep Config | awk '{print $2}'); curl -o user/jira.yml https://gist.githubusercontent.com/yvoronoy/560419750e254747481d66edc8681d02/raw/4f466e9882db7b176a5a156c1c83f4ff73d64944/gistfile1.txt) | |
# | |
name: Jira | |
parent: default | |
matches: | |
- trigger: ":placeholder" | |
replace: "!https://via.placeholder.com/150!" | |
- trigger: ":epic" | |
replace: | | |
h2. Introduction | |
The introduction needs to include the “why” and “what” of what you’re building. | |
h3. Product requirement | |
an overarching explanation of what the team is going to design, build, and release. | |
h3. Acceptance criteria | |
The high-level list of requirements | |
h3. Technical requirement | |
TBD | |
h3. Design requirement | |
TBD | |
- trigger: ":user-story" | |
replace: | | |
h2. User Story | |
*As a* [who] | |
*I want* [what] | |
*So that* [why] | |
h3. Acceptance Criteria | |
*Given* [precondition] | |
*When* [action] | |
*Then* [outcome] | |
- trigger: ":bug" | |
replace: | | |
h2. Steps to reproduce | |
[Step by step instruction] | |
h3. Actual result | |
[Describe actual result] | |
h3. Expected result | |
[Describe expected result] | |
- trigger: ":recommendation" | |
replace: | | |
*As a* Customer | |
*I want* to ensure if my website following best practices | |
*So that* I can expect the best performance, security and availability results | |
h3. Overview | |
||Description||Reference|| | |
|Issue Type|Performance, Availability, Functionality| | |
|Issue Priority|P0 - P1| | |
|Severity|S0 - S1| | |
|Group (Desired Frequency)|Up to developer decide| | |
h3. Site Impact | |
h3. Root Cause | |
h3. Findings | |
h3. Recommendation | |
h3. Expected Results | |
h3. Scenario Preconditions | |
h3. Additional information |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment