Skip to content

Commit 44e1977

Browse files
authored
docs(many): update Contributing links (ionic-team#29498)
Issue number: N/A --------- <!-- Please do not submit updates to dependencies unless it fixes an issue. --> <!-- Please try to limit your pull request to one type (bugfix, feature, etc). Submit multiple pull requests if needed. --> ## What is the current behavior? <!-- Please describe the current behavior that you are modifying. --> The bug report points to an old location of the Contributing doc. ## What is the new behavior? <!-- Please describe the behavior or changes that are being added by this PR. --> - Updated the link to point to the new location under the docs folder. ## Does this introduce a breaking change? - [ ] Yes - [x] No <!-- If this introduces a breaking change: 1. Describe the impact and migration path for existing applications below. 2. Update the BREAKING.md file with the breaking change. 3. Add "BREAKING CHANGE: [...]" to the commit description when merging. See https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md#footer for more information. --> ## Other information <!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change. --> N/A
1 parent 29d4410 commit 44e1977

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body:
99
label: Prerequisites
1010
description: Please ensure you have completed all of the following.
1111
options:
12-
- label: I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#creating-an-issue).
12+
- label: I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md#creating-an-issue).
1313
required: true
1414
- label: I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct).
1515
required: true

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body:
99
label: Prerequisites
1010
description: Please ensure you have completed all of the following.
1111
options:
12-
- label: I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#creating-an-issue).
12+
- label: I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md#creating-an-issue).
1313
required: true
1414
- label: I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct).
1515
required: true

core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const showModal = async () => {
9696

9797
## How to contribute
9898

99-
[Check out the CONTRIBUTE guide](/.github/CONTRIBUTING.md)
99+
[Check out the CONTRIBUTE guide](/docs/CONTRIBUTING.md)
100100

101101
## Related
102102

packages/vue-router/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ npm run build
2424

2525
## Contributing
2626

27-
See our [Contributing Guide](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md).
27+
See our [Contributing Guide](https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md).
2828

2929
## Need Help?
3030

packages/vue/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ npm run build
5050

5151
## Contributing
5252

53-
See our [Contributing Guide](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md).
53+
See our [Contributing Guide](https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md).
5454

5555
## Need Help?
5656

0 commit comments

Comments
 (0)