-
-
Save brunopulis/9a49a9765d9e2d451938e9754aa9ecf0 to your computer and use it in GitHub Desktop.
test
This file contains hidden or 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
{ | |
"templates":[ | |
{"name": "DEFAULT TEMPLATE", "issuetype-field":"", "projects-field": "", "text":""}, | |
{ | |
"name": "BUG TEMPLATE", | |
"issuetype-field":"Bug", | |
"projects-field": "", | |
"text":"*Sumário*\n<TI>Digite o resumo do problema aqui.</TI>\n\n*Passos para reprodução*\n<TI>Digite os passos para reprodução aqui. Mais detalhes são melhores.</TI>\n\n*Comportamento esperado*\n<TI>Digite o que deveria acontecer aqui.</TI>\n\n*Detalhes adicionais*\n<TI>Digite quaisquer outros detalhes, como exemplos, links para requisitos, etc. Quaisquer critérios que possam ajudar na solução do problema. Anexe capturas de tela, se possível. Mais detalhes são melhores.</TI>"}, | |
{"name": "STORY TEMPLATE", "issuetype-field":"Story", "projects-field": "", "text":"*Story*\nAs a <TI>type of user/persona</TI>, I want <TI>to perform some task</TI>, so that I can <TI>achieve some goal/benefit/value</TI>.\n\n*Details*\n<TI>Enter any details, clarifications, answers to questions, or points about implementation here.</TI>\n\n*Additional Information*\n<TI>Enter any background or references such as Stack Overflow, MSDN, blogs, etc. that may help with developing the feature.</TI>\n\n*Acceptance Criteria*\n<TI>Enter the conditions of satisfaction here. That is, the conditions that will satisfy the user/persona that the goal/benefit/value has been achieved.</TI>"}, | |
{"name": "TASK TEMPLATE", "issuetype-field":"Task", "projects-field": "", "text":""}, | |
{"name": "SUB TASK TEMPLATE", "issuetype-field":"Sub-task", "projects-field": "", "text":""}, | |
{"name": "NEW FEATURE TEMPLATE", "issuetype-field":"New Feature", "projects-field": "", "text":"*Summary*\n<TI>Enter a summary of the New Feature here.</TI>\n\n*Details*\n<TI>Enter any details, clarifications, answers to questions, or points about implementation here.</TI>\n\n*Additional Information*\n<TI>Enter any background or references such as Stack Overflow, MSDN, blogs, etc. that may help with developing the feature.</TI>"}, | |
{"name": "IMPROVEMENT TEMPLATE", "issuetype-field":"Improvement", "projects-field": "", "text":"*Summary*\n<TI>Enter a summary of the Improvement here.</TI>\n\n*Details*\n<TI>Enter any details, clarifications, answers to questions, or points about implementation here.</TI>\n\n*Additional Information*\n<TI>Enter any background or references such as Stack Overflow, MSDN, blogs, etc. that may help with developing the feature.</TI>"}, | |
{"name": "EPIC TEMPLATE", "issuetype-field":"Epic", "projects-field": "", "text":"*Epic*\nAs a <TI>type of user/persona</TI>, I want <TI>to perform some task</TI>, so that I can <TI>achieve some goal/benefit/value</TI>.\n\n*Details*\n<TI>Enter any details, clarifications, answers to questions, and points about implementation here.</TI>"} | |
], | |
"options":{ | |
"limit": [], | |
"domains":[], | |
"inputIDs":[] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment