PluginProbe
Pay with Vipps and MobilePay for WooCommerce / 6.2.1
Pay with Vipps and MobilePay for WooCommerce v6.2.1
6.2.1 6.2.0 6.1.10 6.1.9 6.1.8 6.1.7 6.1.6 6.1.5 6.1.4 6.1.3 6.1.2 6.1.1 6.1.0 6.0.5 6.0.4 6.0.3 6.0.2 6.0.1 6.0.0 5.4.3 5.4.2 5.4.1 5.4.0 5.3.4 trunk All 183 releases
woo-vipps / CONTRIBUTING.md

CONTRIBUTING.md in Pay with Vipps and MobilePay for WooCommerce 6.2.1, at CONTRIBUTING.md

39 lines 2.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 # Contributing to Pay with Vipps and MobilePay for WooCommerce
2
3 If you want to contribute: Great! No issue or pull request is too small!
4
5 ## Getting started
6
7 1. Make sure you have a GitHub account
8 1. See the [](https://help.github.comGitHub help pages](https://help.github.com](https://help.github.com) if you have questions.
9
10 ## Contributing
11
12 Contributing is easy. The steps below are intended to be helpful. Please help us improve it.
13
14 1. Create a personal fork of the project [](https://github.com/vippsas/vipps-woocommerceon GitHub](https://github.com/vippsas/vipps-woocommerce](https://github.com/vippsas/vipps-woocommerce).
15 1. Clone the fork on your local machine
16 1. Create a new branch to work on, use a self-explanatory name. Example: `git branch my_contribution master`
17 1. Check out your new branch (avoid working on the `master` branch): `git checkout my_contribution master`
18 1. Implement/fix your feature, comment your code.
19 1. Follow the code style of the project, including indentation.
20 1. Add or change the documentation as needed.
21 1. Squash your commits into a single commit with git's [](https://help.github.com/articles/interactive-rebaseinteractive rebase](https://help.github.com/articles/interactive-rebase](https://help.github.com/articles/interactive-rebase). Create a new branch if necessary.
22 1. Push your branch to your fork on GitHub.
23 1. From your fork open a pull request in the correct branch.
24 1. Once the pull request is approved and merged, you can pull the changes from `master` to your local repo and delete your extra branch(es).
25
26 ## Report an issue
27
28 If you find a bug in a project you're using (and you don't know how to fix it), have trouble following the documentation or have a question about the project – create an issue!
29
30 Creating an issue in GitHub is easy, and whatever issue you're having, you're likely not the only one, so others will
31 find your issue helpful too. For more information on how issues work, check out the official [](https://guides.github.com/features/issues/GitHub issues guide](https://guides.github.com/features/issues/](https://guides.github.com/features/issues/).
32
33 ## License
34
35 The LICENSE file defines the license for the project. An open source project's license informs users what they can and can't do (e.g., use, modify, redistribute), and contributors, what they are allowing others to do.
36
37 The Pay with Vipps and MobilePay for WooCommerce is since version 1.4.8 licensed under the [](https://choosealicense.com/licenses/mit/MIT License](https://choosealicense.com/licenses/mit/](https://choosealicense.com/licenses/mit/).
38 Earlier versions were licensed under the [](https://choosealicense.com/licenses/agpl-3.0/Affero General Public License version 3](https://choosealicense.com/licenses/agpl-3.0/](https://choosealicense.com/licenses/agpl-3.0/).
39