forked from microsoft/terraform-provider-azuredevops
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure vendor directory is up-to-date as part of CI (microsoft#343)
* Adding vendor checks to CI * Docs update * More changes to PR template
- Loading branch information
Nicholas M. Iodice
authored
May 28, 2020
1 parent
376fd7c
commit 9f638a9
Showing
4 changed files
with
60 additions
and
27 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,38 @@ | ||
## All Submissions: | ||
------------------------------------- | ||
* [YES/NO] Have you added an explanation of what your changes do and why you'd like us to include them? | ||
* [YES/NO] I have updated the documentation accordingly. | ||
* [YES/NO/NA] I have added tests to cover my changes. | ||
* [YES/NO/NA] All new and existing tests passed. | ||
* [YES/NO/NA] My code follows the code style of this project. | ||
* [YES/NO/NA] I ran lint checks locally prior to submission. | ||
* [YES/NO] Have you checked to ensure there aren't other open PRs for the same update/change? | ||
|
||
## What is the current behavior? | ||
------------------------------------- | ||
|
||
* [ ] Have you added an explanation of what your changes do and why you'd like us to include them? | ||
* [ ] I have updated the documentation accordingly. | ||
* [ ] I have added tests to cover my changes. | ||
* [ ] All new and existing tests passed. | ||
* [ ] My code follows the code style of this project. | ||
* [ ] I ran lint checks locally prior to submission. | ||
* [ ] Have you checked to ensure there aren't other open PRs for the same update/change? | ||
|
||
## What about the current behavior has changed? | ||
|
||
<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. --> | ||
|
||
Issue Number: N/A | ||
Issue Number: | ||
|
||
## Does this introduce a change to `go.mod`, `go.sum` or `vendor/`? | ||
|
||
## What is the new behavior? | ||
------------------------------------- | ||
<!-- Please describe the behavior or changes that are being added by this PR. --> | ||
- [ ] Yes | ||
- [ ] No | ||
|
||
- | ||
- | ||
- | ||
<!-- If this introduces a change to these files, please elaborate on why --> | ||
|
||
## Does this introduce a breaking change? | ||
------------------------------------- | ||
- [YES/NO] | ||
|
||
- [ ] Yes | ||
- [ ] No | ||
|
||
<!-- If this introduces a breaking change, please describe the impact and migration path for existing applications below. --> | ||
|
||
## Any relevant logs, error output, etc? | ||
------------------------------------- | ||
|
||
(If it’s long, please paste to https://ghostbin.com/ and insert the link here.) | ||
|
||
|
||
## Other information | ||
------------------------------------- | ||
|
||
<!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change. --> |
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