Skip to content

Commit

Permalink
Neutral naming for package-spec (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Jan 24, 2022
1 parent 31cf17f commit aa2ec84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/Change_Proposal.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ labels: discuss
title: "[Change Proposal] "
---

Please read the section on [Change Proposals in the Contributing Guide](https://github.com/elastic/package-spec/blob/master/CONTRIBUTING.md#change-proposals) and flesh out this issue accordingly. Thank you!
Please read the section on [Change Proposals in the Contributing Guide](https://github.com/elastic/package-spec/blob/main/CONTRIBUTING.md#change-proposals) and flesh out this issue accordingly. Thank you!
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Add a checklist of things that are required to be reviewed in order to have the
List here all the items you have verified BEFORE sending this PR. Please DO NOT remove any item, striking through those that do not apply. (Just in case, strikethrough uses two tildes. ~~Scratch this.~~)
-->

- [ ] I have added test packages to [`test/packages`](https://github.com/elastic/package-spec/tree/master/test/packages) that prove my change is effective.
- [ ] I have added an entry in [`versions/N/changelog.yml`](https://github.com/elastic/package-spec/blob/master/versions/1/changelog.yml).
- [ ] I have added test packages to [`test/packages`](https://github.com/elastic/package-spec/tree/main/test/packages) that prove my change is effective.
- [ ] I have added an entry in [`versions/N/changelog.yml`](https://github.com/elastic/package-spec/blob/main/versions/1/changelog.yml).

## Related issues

Expand Down
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pull_request_rules:
conditions:
- check-success=package-spec/pr-merge
- check-success=CLA
- base=master
- base=main
- author~=^dependabot(|-preview)\[bot\]$
actions:
queue:
Expand Down

0 comments on commit aa2ec84

Please sign in to comment.