-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #111 from mambax7/master
Debug updates
- Loading branch information
Showing
9 changed files
with
97 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
![alt XOOPS CMS](https://xoops.org/images/logoXoopsPhp81.png) | ||
# Contributing to [XOOPS CMS](https://xoops.org) | ||
[![XOOPS CMS Module](https://img.shields.io/badge/XOOPS%20CMS-Module-blue.svg)](https://xoops.org) | ||
[![Software License](https://img.shields.io/badge/license-GPL-brightgreen.svg?style=flat)](https://www.gnu.org/licenses/gpl-2.0.html) | ||
|
||
Contributions are **welcome** and will be fully **credited**. | ||
|
||
We accept contributions via Pull Requests on [GitHub](https://github.com/XoopsModules25x/mymenus). | ||
|
||
## Pull Requests | ||
|
||
- **[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). | ||
- **Add tests!** - We encourage providing tests for your contributions. | ||
- **Document any change in behavior** - Make sure the `/docs/changelog.txt` and any other relevant documentation are up-to-date. | ||
- **Consider our release cycle** - We try to follow [Semantic Versioning v2.0.0](http://semver.org/). Randomly breaking public APIs is not an option. | ||
- **Create feature branches** - Don't ask us to pull from your master branch. | ||
- **One pull request per feature** - If you want to do more than one thing, send multiple pull requests. | ||
- **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. | ||
|
||
Happy coding, and **_May the Source be with You_**! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
name: Bug Report | ||
description: Report a bug or error, providing details about the issue, steps to reproduce, and your environment setup. | ||
title: "[Bug]: " | ||
labels: ['Triage', 'Bug'] | ||
body: | ||
- type: input | ||
attributes: | ||
label: XOOPS Version | ||
description: Provide the XOOPS version that you are using. | ||
value: 2.5.12 | ||
validations: | ||
required: true | ||
- type: dropdown | ||
attributes: | ||
label: PHP Version | ||
description: Provide the PHP version that you are using. | ||
options: [ '7.4', '8.0','8.1','8.2','8.3', '8.4' ] | ||
multiple: true | ||
validations: | ||
required: true | ||
- type: dropdown | ||
attributes: | ||
label: Operating System | ||
description: Provide the operating system that you are using. | ||
options: ['Linux', 'MacOS', 'Windows', 'Other'] | ||
multiple: true | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: Please provide a detailed description of the issue you are running into. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Steps to Reproduce | ||
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! | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: Feature Request | ||
description: XMF (XOOPS Module Framework) is a work in progress! Let us know about a feature you would like to see in the module. | ||
title: "[Feature Request]: " | ||
labels: ['Triage', 'Feature Request'] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: Please provide a detailed description of the feature you would like to see added. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Benefits | ||
description: Please provide some thoughts on how this feature may benefit others using the module. | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ php: | |
- 8.1 | ||
- 8.2 | ||
- 8.3 | ||
- 8.4 | ||
|
||
matrix: | ||
allow_failures: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters