Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📝 Update the ticket templates #1498

Merged
merged 1 commit into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading