You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Issue number: resolves #
25
25
If this introduces a breaking change:
26
26
1. Describe the impact and migration path for existing applications below.
27
27
2. Update the BREAKING.md file with the breaking change.
28
-
3. Add "BREAKING CHANGE: [...]" to the commit description when merging. See https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#footer for more information.
28
+
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.
With the `dev` command, Ionic components will be built with [Stencil](https://stenciljs.com/), changes to source files are watched, a local http server will startup, and http://localhost:3333/ will open in a browser.
24
-
25
-
### 4. Preview
26
-
27
-
Navigate to http://localhost:3333/src/components/. Each component has small e2e apps found in the `test` directory, for example: http://localhost:3333/src/components/button/test/basic
28
-
29
-
As changes are made in an editor to source files, the e2e app will live-reload.
30
-
31
-
## How to contribute
32
-
33
-
1.`npm start` allows you to modify the components and have live reloading, just like another ionic app.
34
-
35
-
2. When everything looks good, run `npm run validate` to verify the tests linter and production build passes.
36
-
37
-
38
-
# Deploy
39
-
40
-
1.`npm run prepare.deploy`
41
-
2. Review/update changelog
42
-
3. Commit updates using the package name and version number as the commit message.
43
-
4.`npm run deploy`
44
-
5.:tada:
4
+
This file has been moved to [/docs/core/testing/preview-changes.md](/docs/core/testing/preview-changes.md).
0 commit comments