Fix issue submittal link and text, replace Services with Admin
in one place where I missed it
This commit is contained in:
parent
cf72ac4744
commit
5dc6ce943d
|
@ -6,9 +6,9 @@ There are many ways to contribute – reporting bugs, feature suggestions, and f
|
|||
|
||||
## Reporting Bugs, Asking Questions, Sending Suggestions
|
||||
|
||||
Open [a GitHub issue](https://github.com/woocommerce/woocommerce-admin/issues/), that's all. If you want to prefix the title with a “Question:”, “Bug:”, or the general area of the application, that would be helpful but is no means mandatory. If you have write access, add the appropriate labels.
|
||||
Open [a GitHub issue](https://github.com/woocommerce/wc-admin/issues/new/choose), that's all. If you have write access, add any appropriate labels.
|
||||
|
||||
If you're filing a bug, specific steps to reproduce are helpful. Please include what you expected to see and what happened instead.
|
||||
If you're filing a bug, specific steps to reproduce are always helpful. Please include what you expected to see and what happened instead.
|
||||
|
||||
## We're Here To Help
|
||||
|
||||
|
@ -22,5 +22,5 @@ All materials contributed should be compatible with the GPLv2. This means that i
|
|||
|
||||
1. Check that the code has a license. If you can't find one, you can try to contact the original author and get permission to use, or ask them to release under a compatible Open Source license.
|
||||
2. Check the license is compatible with [GPLv2](http://www.gnu.org/licenses/license-list.en.html#GPLCompatibleLicenses), note that the Apache 2.0 license is *not* compatible.
|
||||
3. Add the code source URL (e.g. a GitHub URL), the files where it's used in the WooCommerce Services and the full license terms to [`CREDITS.md`](/CREDITS.md)
|
||||
3. Add the code source URL (e.g. a GitHub URL), the files where it's used in the WooCommerce Admin and the full license terms to [`CREDITS.md`](/CREDITS.md)
|
||||
4. Add attribution to the code, if applicable. This line should include the copyright notice of the source, and a reference to the license contained in [`CREDITS.md`](/CREDITS.md)
|
||||
|
|
Loading…
Reference in New Issue