Skip to content

Commit

Permalink
Merge pull request #14 from mambax7/master
Browse files Browse the repository at this point in the history
composer updates
  • Loading branch information
mambax7 authored Nov 28, 2024
2 parents d5cdce5 + 10bf038 commit 2e63474
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 5 deletions.
20 changes: 20 additions & 0 deletions .github/CONTRIBUTING.md
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_**!
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
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: Module Version
description: Provide the Module version that you are using.
value: 1.54-beta
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
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Feature Request
description: This XOOPS Module 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
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"description": "Primary dependencies for XOOPS/XoopsCore25",
"require": {
"php": ">=7.4.0",
"xoops/regdom": "^2.0.0",
"xoops/xmf": "^1.2.30",
"symfony/polyfill-iconv": "^1.30.0",
"symfony/polyfill-mbstring": "^1.30.0",
"smarty/smarty": "^4.5.3",
"xoops/regdom": "^2.0.1",
"xoops/xmf": "^1.2.31",
"symfony/polyfill-iconv": "^1.31.0",
"symfony/polyfill-mbstring": "^1.31.0",
"smarty/smarty": "^4.5.5",
"boenrobot/money_format_polyfill": "^1.0.2",
"smottt/wideimage": "^1.1.4"
}
Expand Down

0 comments on commit 2e63474

Please sign in to comment.