name: Pull Request about: General pull request title: "[Bug]: " body: - type: markdown attributes: value: | Thanks for contributing to this project with your pull request! - type: textarea id: summary attributes: label: :book: Summary description: Provide a summary of your changes. Also descibe the why... placeholder: Tell us about your code changes. value: validations: required: true - type: dropdown id: testplan attributes: label: :bookmark_tabs: Test Plan description: How did you test your code changes? options: - CI pipeline tests (Default) - Custom test - No test Plan validations: required: true - type: textarea id: details attributes: label: Details description: Add your cuustom test details or justification for missing tests here. placeholder: First, solve the problem. Then, write the code. - type: textarea id: notes attributes: label: :books: Additional Notes description: A place for additional notes or linking references. placeholder: Software and cathedrals are much the same -- first we build them, then we pray.