Skip to content

Commit 2db728f

Browse files
committed
added readme
1 parent f1448c0 commit 2db728f

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# BBPress: Append user nicenames (@names) to author link on forum posts
2+
3+
This is a very small plugin to extend the BBPress plugin and add the users @name (user_nicename) to the author name output on forum posts
4+
5+
## Steps to get up and running:
6+
7+
1. Download the zip of the latest release from https://github.com/pie/bbpress-add-member-usernames/releases
8+
1. Upload to your WordPress install
9+
1. Activate
10+
11+
## Contributing:
12+
13+
1. Create a branch from `next-release` for your feature
14+
1. When complete and happy, merge your feature branch back in to `next-release`
15+
16+
## Deploying updates:
17+
18+
This plugin is set up to work with integrated WordPress updates through the use of
19+
[yahnis-elsts/plugin-update-checker](https://github.com/YahnisElsts/plugin-update-checker) and
20+
[rymndhng/release-on-push-action](https://github.com/rymndhng/release-on-push-action)
21+
22+
In order to deploy an update:
23+
24+
1. Thoroughly test the `next-release` branch in your test environment
25+
1. Create a pull request to merge the `next-release` branch into `main` and add the appropriate label:
26+
* `release:major`
27+
* `release:minor`
28+
* `release:patch`
29+
1. When merged, the `release.yml` workflow will update all of your version numbers and commit them back into main and create a github release artifact: `bbpress-add-member-usernames.zip`
30+
1. Updates should then show in wp-admin for any users of the plugin

0 commit comments

Comments
 (0)