Skip to content

Commit

Permalink
Add PULL_REQUEST_TEMPLATE.md for improved contribution guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
nofaralfasi committed Sep 26, 2024
1 parent 93912f7 commit a511557
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#### Overview of Changes
- What changes are introduced in this PR? Please provide a brief summary.

#### Implementation Considerations
- What factors or considerations were taken into account while implementing this change?

#### Testing Steps
- What steps should reviewers follow to test this PR?

#### Checklists

* [ ] I am familiar with the [contributing](https://github.com/theforeman/foreman/blob/develop/CONTRIBUTING.md) guidelines.
* [ ] I have added relevant tests for my changes.
* [ ] I have updated the documentation accordingly.

#### Additional Notes
- Please include any additional information that might be helpful for reviewers.
- If this PR is dependent on any other PRs, please list them here.

0 comments on commit a511557

Please sign in to comment.