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: CONTRIBUTING.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Contributing to :module-namespace_:module-name
1
+
# Contributing to IntegerNet_AddToCartGraphQl
2
2
We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:
3
3
4
4
- Reporting a bug
@@ -23,8 +23,8 @@ Pull requests are the best way to propose changes to the codebase (we use [Githu
23
23
## Any contributions you make will be under the MIT Software License
24
24
In short, when you submit code changes, your submissions are understood to be under the same [MIT License](http://choosealicense.com/licenses/mit/) that covers the project. Feel free to contact the maintainers if that's a concern.
25
25
26
-
## Report bugs using Github's [issues](https://github.com/:vendor/:package/issues)
27
-
We use GitHub issues to track public bugs. Report a bug by [opening a new issue](https://github.com/:vendor/:package/issues/new); it's that easy!
26
+
## Report bugs using Github's [issues](https://github.com/integer-net/magento2-addtocartgraphql/issues)
27
+
We use GitHub issues to track public bugs. Report a bug by [opening a new issue](https://github.com/integer-net/magento2-addtocartgraphql/issues/new); it's that easy!
28
28
29
29
## Write bug reports with detail, background, and sample code
30
30
[This is an example](http://stackoverflow.com/q/12488905/180626) of a bug report I wrote, and I think it's not a bad model. Here's [another example from Craig Hockenberry](http://www.openradar.me/11905408), an app developer whom I greatly respect.
**Create your module now with the "use this template" button:**
6
-
7
-
[](https://github.com/integer-net/magento2-module-template/generate)
8
-
9
-
After that, clone it on your machine and run `./dev/init` inside the repository directory for automatic configuration. For more information, see [dev/README.md](dev/README.md)
0 commit comments