Skip to content

Commit

Permalink
📝 Update the ticket templates (#1498)
Browse files Browse the repository at this point in the history
  • Loading branch information
dubdabasoduba authored Nov 8, 2024
1 parent c4fcd61 commit 95d4fe7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: General OpenSRP web FHIR.
description: Use this to Create issues the are FHIR related.
title: '[FHIR Road Map]: '
labels: [FHIR compatibility]
name: OpenSRP 1 web Support Request.
description: Use this to Create issues related to OpenSRP 1 (None FHIR Version).
title: '[OpenSRP 1 Support]: '
labels: [OpenSRP 1 Support]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
Thanks for taking the time to fill out this support request!
- type: textarea
id: issue_context
attributes:
Expand All @@ -20,19 +20,20 @@ body:
label: Issue Implemetation details?
description: Please write up the implementation details of the issue/feature.
validations:
required: true
required: false
- type: textarea
id: issue_acceptance
attributes:
label: Issue Acceptance criteria?
description: Please provide an acceptance criteria on the issue/feature?.
validations:
required: true
- type: textarea
id: issue_fhir_resources
- type: input
id: project_contact
attributes:
label: FHIR resources to be used?
description: Please provide a list of FHIR resources to be used for this issue/feature.
label: Project Contact
description: Who is the technical lead on this project?
placeholder: John Doe
validations:
required: false
- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/opensrp-web-bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: General OpenSRP web Bug Report.
name: OpenSRP web Bug Report.
description: Use this to Report a bug experienced on an OpenSRP web instance.
title: '[Bug Report]: '
labels: [Bug Report]
Expand Down
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/opensrp-web-new-feature-request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: OpenSRP web new Feature request.
description: Use this to request for a new feature that is not available in the current application.
title: '[New Feature Request]: '
labels: [New Feature Request]
name: OpenSRP web Enhancement/Feature request.
description: Use this to request for an enhancement or new feature that is not available in the current application.
title: '[Enhancement/Feature Request]: '
labels: [Feature Request]
body:
- type: markdown
attributes:
Expand All @@ -10,9 +10,9 @@ body:
- type: textarea
id: use_case
attributes:
label: Feature Use Case
label: Use case/Problem Statement
description: Give a detailed use case of how this feature is to be used?
placeholder: Needed to dispaly what teams practitioners are assigned to
placeholder: Needed to display what teams practitioners are assigned to
validations:
required: true
- type: textarea
Expand Down

0 comments on commit 95d4fe7

Please sign in to comment.