Skip to content

Commit

Permalink
Updating repository files; adding readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimcoleman committed Nov 28, 2023
1 parent 7b919f4 commit bed1597
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 50 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Items to ignore when downloading a zip
pmpro-group-accounts-banner.png export-ignore
.gitattributes export-ignore
.github export-ignore
README.md export-ignore
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ __Please Note:__ GitHub is for bug reports and contributions only. If you have a

* __Do not report potential security vulnerabilities here. Email them privately to [[email protected]](mailto:[email protected]) with the words "Security Vulnerability" in the subject.__
* Submit a ticket for your issue, assuming one does not already exist.
* Raise it on our [Issue Tracker](https://github.com/strangerstudios/paid-memberships-pro/issues/new/choose)
* Raise it on our [Issue Tracker](https://github.com/strangerstudios/pmpro-group-accounts/issues/new/choose)
* Clearly describe the issue including steps to reproduce the bug.
* Make sure you fill in the earliest version that you know has the issue as well as the version of WordPress you're using.

Expand All @@ -20,7 +20,7 @@ __Please Note:__ GitHub is for bug reports and contributions only. If you have a
* For bug fixes, checkout the DEV branch of the PMPro repository.
* For new features and enhancements, checkout the branch for the version the feature is milestoned for.
* Make sure to pull in any "upstream" changes first.
* Use `git remote add upstream https://github.com/strangerstudios/paid-memberships-pro.git` to set the upstream repo
* Use `git remote add upstream https://github.com/strangerstudios/pmpro-group-accounts.git` to set the upstream repo
* Use `git checkout dev` to get on the development branch.
* Use `git pull upstream dev` to get the latest updates.
* Use `git push` to push those updates to your fork.
Expand Down
45 changes: 0 additions & 45 deletions .github/ISSUE_TEMPLATE.MD

This file was deleted.

2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "🐛 Bug Report"
about: Report a bug if something isn't working as expected in Paid Memberships Pro.
about: Report a bug if something isn't working as expected.
title: ''
labels: 'bug'
assignees: ''
Expand Down
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.MD
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
### All Submissions:

* [ ] Have you followed the [Contributing guideline](https://github.com/strangerstudios/paid-memberships-pro/blob/master/.github/CONTRIBUTING.md)?
* [ ] Have you followed the [Contributing guidelines](https://github.com/strangerstudios/pmpro-group-accounts/blob/dev/.github/CONTRIBUTING.md)?
* [ ] Does your code follow the [WordPress' coding standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/)?
* [ ] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/strangerstudios/paid-memberships-pro/pulls) for the same update/change?
* [ ] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/strangerstudios/pmpro-group-accounts/pulls/) for the same update/change?

<!-- Mark completed items with an [x] -->

Expand Down
39 changes: 39 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
![](pmpro-group-accounts-banner.png)

# [Paid Memberships Pro - Group Accounts](https://www.paidmembershipspro.com/add-ons/group-accounts) #
[comment]: # (Generate badges from shields.io, only works for .org plugins to get other stats etc. We'd have to create our own endpoints for Premium plugins)

![License](https://img.shields.io/badge/license-GPL--2.0%2B-red.svg?style=flat-square)

### Welcome to the Paid Memberships Pro - Group Accounts GitHub Repository
This plugin allows you to sell memberships to corporate organizations, families, teams, or any group of people where one member pays for a collection of people to access your content individually.

Note: this plugin replaces the previous [Sponsored Members Add On for Paid Memberships Pro](https://www.paidmembershipspro.com/add-ons/pmpro-sponsored-members/). You can now create a membership level that supports child accounts without code. The previous Sponsored Members Add On will not be maintained going forward.

For more information please visit [paidmembershipspro.com/add-ons/group-accounts](https://www.paidmembershipspro.com/add-ons/group-accounts/)

## Installation ##
For detailed installation steps, visit the [documentation](https://www.paidmembershipspro.com/add-ons/group-accounts/) page.

1. Download the current development ZIP file directly: `https://github.com/strangerstudios/pmpro-group-accounts/archive/dev.zip`

**Please ensure that once installing this version of the plugin to remove `-dev` from the plugin's folder name.**

## Bugs ##
If you find an issue/bug, let us know by [creating a detailed GitHub issue](https://github.com/strangerstudios/pmpro-group-accounts/issues/new).

## Support ##
This is a developer's portal for Paid Memberships Pro - Group Accounts. We do not offer support on this channel. **Any support related questions should be directed to [paidmembershipspro.com/support](https://www.paidmembershipspro.com/support).**

## Contributing to Paid Memberships Pro - Group Accounts ##
We encourage and welcome any contribution to Paid Memberships Pro - Group Accounts. Please read the [guidelines for contributing](https://github.com/strangerstudios/paid-memberships-pro/blob/dev/.github/CONTRIBUTING.md) to this repository.

There are various **ways to the help development** of Paid Memberships Pro - Group Accounts:

1. Report [bugs/issues](https://github.com/strangerstudios/pmpro-group-accounts/issues/new) on GitHub.
2. Work on any issues by submitting a Pull Request.

Here are some ways for **non-developers to contribute** to Paid Memberships Pro - Group Accounts:

1. Translate Paid Memberships Pro - Group Accounts into your own [language](https://www.paidmembershipspro.com/paid-memberships-pro-in-your-language/).
2. [Purchase a paid membership](https://www.paidmembershipspro.com/pricing/) to help fund ongoing development and bug fixes.
Binary file added pmpro-group-accounts-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bed1597

Please sign in to comment.