@prismicio/next 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -33,9 +33,9 @@ Whether you're helping us fix bugs, improve the docs, or spread the word, we'd l
|
|
|
33
33
|
|
|
34
34
|
**Reporting a bug**: [Open an issue][repo-bug-report] explaining your application's setup and the bug you're encountering.
|
|
35
35
|
|
|
36
|
-
**Suggesting an improvement**: [Open an issue][
|
|
36
|
+
**Suggesting an improvement**: [Open an issue][repo-feature-request] explaining your improvement or feature so we can discuss and learn more.
|
|
37
37
|
|
|
38
|
-
**Submitting code changes**: For small fixes, feel free to [open a pull request][
|
|
38
|
+
**Submitting code changes**: For small fixes, feel free to [open a pull request][repo-pull-requests] with a description of your changes. For large changes, please first [open an issue][repo-feature-request] so we can discuss if and how the changes should be implemented.
|
|
39
39
|
|
|
40
40
|
For more clarity on this project and its structure you can also check out the detailed [CONTRIBUTING.md][contributing] document.
|
|
41
41
|
|