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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,6 @@ Fixes #
5
5
6
6
## Checklist
7
7
8
-
-[ ] My pull request is addressing an [open issue](https://github.com/xwp/material-design-wp-plugin/issues) (please create one otherwise).
9
-
-[ ] My code is tested and passes existing [tests](https://github.com/xwp/material-design-wp-plugin/contributing.md#scripts).
10
-
-[ ] My code follows the [Contributing Guidelines](https://github.com/xwp/material-design-wp-plugin/contributing.md) (updates are often made to the guidelines, check it out periodically).
8
+
-[ ] My pull request is addressing an [open issue](https://github.com/material-components/material-design-for-wordpress/issues) (please create one otherwise).
9
+
-[ ] My code is tested and passes existing [tests](https://github.com/material-components/material-design-for-wordpress/contributing.md#scripts).
10
+
-[ ] My code follows the [Contributing Guidelines](https://github.com/material-components/material-design-for-wordpress/contributing.md) (updates are often made to the guidelines, check it out periodically).
@@ -273,12 +273,12 @@ This will create an `material-design.zip` in the plugin directory which you can
273
273
274
274
## Creating a pre-release
275
275
276
-
1. Create changelog draft on [Wiki page](https://github.com/xwp/material-design-wp-plugin/wiki/Release-Changelog-Draft).
276
+
1. Create changelog draft on [Wiki page](https://github.com/material-components/material-design-for-wordpress/wiki/Release-Changelog-Draft).
277
277
1. Check out the branch intended for release (`develop` for major, `x.y` for minor) and pull latest commits.
278
278
1. Bump plugin versions in `material-design.php`.
279
279
1. Do `npm install`.
280
280
1. Do `npm run build` and install the `material-design.zip` onto a normal WordPress install running a stable release build; do smoke test to ensure it works.
281
-
1.[Draft new release](https://github.com/xwp/material-design-wp-plugin/releases/new) on GitHub targeting the required branch (`develop` for major, `x.y` for minor).
281
+
1.[Draft new release](https://github.com/material-components/material-design-for-wordpress/releases/new) on GitHub targeting the required branch (`develop` for major, `x.y` for minor).
282
282
1. Use the new plugin version as the tag (e.g. `1.2-beta3` or `1.2.1-RC1`)
283
283
1. Use new version as the title, followed by some highlight tagline of the release.
284
284
1. Attach the `material-design.zip` build to the release.
@@ -295,7 +295,7 @@ This will create an `material-design.zip` in the plugin directory which you can
295
295
296
296
Contributors who want to make a new release, follow these steps:
297
297
298
-
1. Create changelog draft on [Wiki page](https://github.com/xwp/material-design-wp-plugin/wiki/Release-Changelog-Draft).
298
+
1. Create changelog draft on [Wiki page](https://github.com/material-components/material-design-for-wordpress/wiki/Release-Changelog-Draft).
299
299
1. Gather props list of the entire release, including contributors of code, design, testing, project management, etc.
300
300
1. Update readme including the description, contributors, and screenshots (as needed).
301
301
1. For major release, draft blog post about the new release.
@@ -306,7 +306,7 @@ Contributors who want to make a new release, follow these steps:
306
306
1. Ensure "Tested Up To" is updated to current WordPress version.
307
307
1. Do `npm run build` and install the `material-design.zip` onto a normal WordPress install running a stable release build; do smoke test to ensure it works.
308
308
1. Optionally do sanity check by comparing the `build` directory with the previously-deployed plugin on WordPress.org for example: `svn export https://plugins.svn.wordpress.org/material-design/trunk /tmp/material-design-trunk; diff /tmp/material-design-trunk/ ./build/` (instead of straight `diff`, it's best to use a GUI like `idea diff`, `phpstorm diff`, or `opendiff`).
309
-
1.[Draft new release](https://github.com/xwp/material-design-wp-plugin/releases/new) on GitHub targeting the required branch (`develop` for major, `x.y` for minor):
309
+
1.[Draft new release](https://github.com/material-components/material-design-for-wordpress/releases/new) on GitHub targeting the required branch (`develop` for major, `x.y` for minor):
310
310
1. Use the new plugin version as the tag (e.g. `1.2.0` or `1.2.1`)
311
311
1. Attach the `material-design.zip` build to the release.
312
312
1. Add a changelog entry to the release, link to the compare view (comparing the previous release), and a link to the milestone.
Copy file name to clipboardExpand all lines: contributing/project-management.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ The [GitHub issues][issues] view serves as the “Awaiting Triage” backlog.
104
104
| 9. | The issue goes through a final review and moved to the “Done” once approved or moved back to the “To Do” column if changes are required, in which case the cycle from the “To Do” column onwards is repeated. | `Project Manager`
* Description: The official Material Design plugin for WordPress. Customize your site’s navigation, colors, typography, and shapes, use Material Components, and choose from over 1,000 Google Fonts and Material Design icons. From the team behind Google’s open-source design system.
Copy file name to clipboardExpand all lines: plugin/readme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ The official Material Design plugin for WordPress. Customize your site’s navig
10
10
**Stable tag:** 0.1.0
11
11
**License:**[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
12
12
13
-
[](https://travis-ci.com/xwp/material-design-wp-plugin)[](https://coveralls.io/github/xwp/material-design-wp-plugin)[](http://gruntjs.com)
13
+
[](https://travis-ci.com/material-components/material-design-for-wordpress)[](https://coveralls.io/github/material-components/material-design-for-wordpress)[](http://gruntjs.com)
14
14
15
15
## Description ##
16
16
@@ -71,5 +71,5 @@ Material Design is a design system created by Google and backed by open-source c
71
71
72
72
## Changelog ##
73
73
74
-
For the plugin’s changelog, please see [the Releases page on GitHub](https://github.com/xwp/material-design-wp-plugin/releases).
74
+
For the plugin’s changelog, please see [the Releases page on GitHub](https://github.com/material-components/material-design-for-wordpress/releases).
[](https://travis-ci.com/xwp/material-design-wp-plugin)[](https://coveralls.io/github/xwp/material-design-wp-plugin)[](http://gruntjs.com)
8
+
[](https://travis-ci.com/material-components/material-design-for-wordpress)[](https://coveralls.io/github/material-components/material-design-for-wordpress)[](http://gruntjs.com)
0 commit comments