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
Contributions are **welcome** and will be fully **credited**.
7
+
8
+
We accept contributions via Pull Requests on [GitHub](https://github.com/XoopsModules25x/mymenus).
9
+
10
+
## Pull Requests
11
+
12
+
-**[PSR-12 Coding Standard](https://www.php-fig.org/psr/psr-12/)** - The easiest way to apply the conventions is to install [PHP Code Sniffer](http://pear.php.net/package/PHP_CodeSniffer).
13
+
-**Add tests!** - We encourage providing tests for your contributions.
14
+
-**Document any change in behavior** - Make sure the `/docs/changelog.txt` and any other relevant documentation are up-to-date.
15
+
-**Consider our release cycle** - We try to follow [Semantic Versioning v2.0.0](http://semver.org/). Randomly breaking public APIs is not an option.
16
+
-**Create feature branches** - Don't ask us to pull from your master branch.
17
+
-**One pull request per feature** - If you want to do more than one thing, send multiple pull requests.
18
+
-**Send coherent history** - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please squash them before submitting.
19
+
20
+
Happy coding, and **_May the Source be with You_**!
description: Provide the operating system that you are using.
25
+
options: ['Linux', 'MacOS', 'Windows', 'Other']
26
+
multiple: true
27
+
validations:
28
+
required: true
29
+
- type: textarea
30
+
attributes:
31
+
label: Description
32
+
description: Please provide a detailed description of the issue you are running into.
33
+
validations:
34
+
required: true
35
+
- type: textarea
36
+
attributes:
37
+
label: Steps to Reproduce
38
+
description: Please provide detailed steps on how we can reproduce the issue you are reporting. For a shot at getting our "Perfect Storm" label, submit a PR with a failing test!
0 commit comments