-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: pull request template for monorepo (#39)
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
## Description | ||
|
||
<!-- A brief description of what this pull request does. Include the purpose of the change and any relevant context. e.g | ||
This PR enhances the process of data fetching in the application --> | ||
|
||
## Related Issue | ||
|
||
<!-- Link to any related issues or indicate 'None' if applicable e.g | ||
Relates to issue #123 - 'Enhance the process of fetching destinations details'. If none, state 'None'. --> | ||
|
||
## Type of Change | ||
|
||
- [ ] Bug fix (non-breaking change which fixes an issue) | ||
- [ ] New feature (non-breaking change which adds functionality) | ||
- [ ] New Connector (Destination or Source Connector) | ||
- [ ] Breaking change (fix or feature that would impact existing functionality) | ||
- [ ] Styling change | ||
- [ ] Documentation update | ||
- [ ] Refactoring | ||
- [ ] Chore | ||
|
||
## How Has This Been Tested? | ||
|
||
<!-- Describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration. --> | ||
|
||
## Checklist: | ||
|
||
- [ ] Ensure a branch name is prefixed with `feature`, `bugfix`, `hotfix`, `release`, `style` or `chore` followed by `/` and branch name e.g `feature/add-salesforce-connector` | ||
- [ ] Added unit tests for the changes made (if required) | ||
- [ ] Have you made sure the commit messages meets the guidelines? | ||
- [ ] Added relevant screenshots for the changes | ||
- [ ] Have you tested the changes on local/staging? | ||
- [ ] Added the new connector in rollout.rb | ||
- [ ] Have you updated the version number of the gem? | ||
- [ ] Have you ensured that your changes for new connector are documented in the [docs repo](https://github.com/Multiwoven/docs) or relevant documentation files? | ||
- [ ] Have you updated the run time dependency in multiwoven-integrations.gemspec if new gems are added | ||
- [ ] Have you made sure the code you have written follows the best practises to the best of your knowledge? |