Skip to content

Commit

Permalink
Merge pull request #162 from canyongbs/feature/AIDAPP-142
Browse files Browse the repository at this point in the history
[AIDAPP-142]: Update PR template to ask whether or not a Feature Flag was added in the PR
  • Loading branch information
Orrison authored Jul 3, 2024
2 parents 436cc90 + 5d922e9 commit 0defc90
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,35 @@

### Technical Description

> Describe your changes in detail. This should include technical/architectural decisions and reasoning, if applicable.
> Replace this block. Describe your changes in detail. This should include technical/architectural decisions and reasoning, if applicable.
>
> Please ensure that at least one correct change type label is added to the PR. For example, if you are adding a new feature, please add the `Change Type | New Feature` label.
### Screenshots (if appropriate)
### Screenshots

> Place any relevant screenshots here, replacing this block.
>
> Any task from a Jira ticket labeled "New Feature", "Improvement", or "Bug" is required to have at least one screenshot added here and uploaded as a comment to the ticket.
>
> For any change not related to a Jira ticket, any change that would fall under the concept of a new feature, change to an existing feature, or bug requires at least one screenshot to be added here.
>
> Screenshots should be `1920 x 1080` resolution and be free of PII, , sensitive information, or inappropriate content.
>
> If no screenshot is required and none are added, replace this block with "N/A".
### Any deployment steps required?

> A deployment step could be a command that needs to be executed or an ENV key that needs to be added, for example.
>
> If yes, please describe the deployment steps required below and apply the `Deployment Steps` label to the PR.
> If yes, please replace this block with a description of the deployment steps required and apply the `Deployment Steps` label to the PR.
> If no, please replace this block with "No".
### Are any Feature Flags Added?

> Specifically Feature Flags to gate and control logic/flow changes to protect against database schema changes.
>
> If yes, please list the name of the added Feature Flags below and apply the `Feature Flag Added` label to the PR.
> If no, please replace this block with "No".
_______________________________________________

Expand Down

0 comments on commit 0defc90

Please sign in to comment.