diff --git a/.forgejo/issue_template/1-triaging.yaml b/.forgejo/issue_template/1-triaging.yaml index f015e99e81..88334fc52d 100644 --- a/.forgejo/issue_template/1-triaging.yaml +++ b/.forgejo/issue_template/1-triaging.yaml @@ -21,7 +21,7 @@ body: We are introducing **a new workflow** to manage issues and understand your problems and needs. -
**Instructions for your first problem report** +
Instructions for your first problem report * Focus on **your problem**. * Take some time to describe your situation. diff --git a/.forgejo/issue_template/2-research.yaml b/.forgejo/issue_template/2-research.yaml index 525b4fdd2d..d132ccdadf 100644 --- a/.forgejo/issue_template/2-research.yaml +++ b/.forgejo/issue_template/2-research.yaml @@ -17,7 +17,7 @@ body: We are introducing **a new workflow** to manage issues and understand your problems and needs. Want to report a bug or request a feature? Please follow step 1 instead. -
**Instructions for research tasks** +
Instructions for research tasks * Why should this be researched (motivation)? * What questions should be answered? What information is missing? diff --git a/.forgejo/issue_template/3-design.yaml b/.forgejo/issue_template/3-design.yaml index 1d747a5db3..e2dd2ec2ab 100644 --- a/.forgejo/issue_template/3-design.yaml +++ b/.forgejo/issue_template/3-design.yaml @@ -17,7 +17,7 @@ body: We are introducing **a new workflow** to manage issues and understand your problems and needs. Want to report a bug or request a feature? Please follow step 1 instead. -
**Instructions for design units** +
Instructions for design units * What ideas have already been loosely agreed on? * What needs to be discussed and clarified ... diff --git a/.forgejo/issue_template/4-implementation.yaml b/.forgejo/issue_template/4-implementation.yaml index 056fa3d7a7..773ff42550 100644 --- a/.forgejo/issue_template/4-implementation.yaml +++ b/.forgejo/issue_template/4-implementation.yaml @@ -17,7 +17,7 @@ body: We are introducing **a new workflow** to manage issues and understand your problems and needs. Want to report a bug or request a feature? Please follow step 1 instead. -
**Instructions for implementation tasks** +
Instructions for implementation tasks * This task must be actionable to developers, without anticipating further UX design discussion. * It is either trivial (e.g. fixing a bug) ...