replace emojis

This commit is contained in:
OCram85 2023-10-25 15:53:07 +02:00
parent b70399f212
commit a99da397c1

View File

@ -9,7 +9,7 @@ body:
- type: textarea - type: textarea
id: summary id: summary
attributes: attributes:
label: :book: Summary label: 📖 Summary
description: Provide a summary of your changes. Also descibe the why... description: Provide a summary of your changes. Also descibe the why...
placeholder: Tell us about your code changes. placeholder: Tell us about your code changes.
value: value:
@ -18,7 +18,7 @@ body:
- type: dropdown - type: dropdown
id: testplan id: testplan
attributes: attributes:
label: :bookmark_tabs: Test Plan label: 📑 Test Plan
description: How did you test your code changes? description: How did you test your code changes?
options: options:
- CI pipeline tests (Default) - CI pipeline tests (Default)
@ -29,13 +29,13 @@ body:
- type: textarea - type: textarea
id: details id: details
attributes: attributes:
label: Details label: 💬 Details
description: Add your cuustom test details or justification for missing tests here. description: Add your cuustom test details or justification for missing tests here.
placeholder: First, solve the problem. Then, write the code. placeholder: First, solve the problem. Then, write the code.
- type: textarea - type: textarea
id: notes id: notes
attributes: attributes:
label: :books: Additional Notes label: 📚 Additional Notes
description: A place for additional notes or linking references. description: A place for additional notes or linking references.
placeholder: Software and cathedrals are much the same -- first we build them, then we pray. placeholder: Software and cathedrals are much the same -- first we build them, then we pray.