-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add acceptance criteria field to issue templates (#154)
# 📥 Pull Request ## ❓ What are you trying to address This pull request includes changes to add an "Acceptance Criteria" section to various issue templates in the repository. The most important changes include adding a new textarea field in three different issue templates to describe the functional criteria for feature acceptance. ## ✨ Description of new changes Enhancements to issue templates: * [`.github/ISSUE_TEMPLATE/feature_request.yml`](diffhunk://#diff-c6b098646bf32c644234bec14c2675ea2a3d9c2dc2df450a25aa0e7ff02323cdR60-R68): Added a new textarea field for "Acceptance Criteria" to describe the expected behavior of the feature. * [`.github/ISSUE_TEMPLATE/tfprovider_data_source_request.yml`](diffhunk://#diff-3363b4ebd01ea6ad113865c5b2d033b770df2b39203cc273faaa6e2d463afa16R71-R79): Added a new textarea field for "Acceptance Criteria" to describe the expected behavior of the feature. * [`.github/ISSUE_TEMPLATE/tfprovider_resource_request.yml`](diffhunk://#diff-c4eaf517a5af4e0890a9e5dc89340340a6d2f24988f55e068fdf8ae21b105e77R71-R79): Added a new textarea field for "Acceptance Criteria" to describe the expected behavior of the feature.
- Loading branch information
1 parent
163c711
commit 6b2bffe
Showing
4 changed files
with
58 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters