Skip to content

Commit

Permalink
Merge pull request #440 from AcclaroInc/chore/update-pr-template
Browse files Browse the repository at this point in the history
chore(github): added pr template
  • Loading branch information
sidedwards authored May 17, 2023
2 parents 33bc2df + 2de6e44 commit cd07af1
Showing 1 changed file with 71 additions and 0 deletions.
71 changes: 71 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
## Pull Request

### Description:
[Provide a brief description of the purpose and goal of this pull request.]

### Related Issue(s):
[Cite any related issues or feature requests, using the GitHub issue link.]

-

### Changes Made:
[List the changes made in this pull request to address the issue or implement the feature.]

**Added:**

-

**Changed:**

-

**Deprecated:**

-

**Removed:**

-

**Fixed:**

-

**Security:**

-

### Testing:
[Describe the testing performed to ensure the changes are functioning as expected.]

-

### Quality Assurance (QA):

- [ ] The code has been reviewed and approved by the QA team.
- [ ] The changes have been tested on different environments (e.g., staging, production).
- [ ] Integration tests have been performed to verify the interactions between components.
- [ ] Performance tests have been conducted to ensure the changes do not impact system performance.
- [ ] Any necessary database migrations or data transformations have been executed successfully.
- [ ] Accessibility requirements have been considered and tested (e.g., screen reader compatibility, keyboard navigation).

### Resources:

**Screenshots (if applicable):**
[Include any relevant screenshots to visually demonstrate the changes.]

### Wrapping up

**Checklist:**

- [ ] The code builds without any errors or warnings.
- [ ] The code follows the project's coding conventions and style guidelines.
- [ ] Unit tests have been added or updated to cover the changes made.
- [ ] The documentation has been updated to reflect the changes (if applicable).
- [ ] All new and existing tests pass successfully.
- [ ] The PR has been reviewed by at least one other team member.

**Additional Notes:**
[Include any additional notes, considerations, or context that may be relevant.]


0 comments on commit cd07af1

Please sign in to comment.