Right now there are a few issues with QuickPost's processes. It was developed quickly and set up as a repository that would only ever have one person contributing to it. While that's likely to remain the case for now, it would be good to have a process that welcomes and eases the ability for folks to contribute if they wish.
To that end, I propose the following adjustments:
- Creating a new
develop branch which becomes the source of truth for new features and development that haven't been officially released yet. This way the main branch is always the current published version of the plugin.
- Creating a
CONTRIBUTING.md doc that details how one can go about contributing to the plugin if they so wish.
Right now there are a few issues with QuickPost's processes. It was developed quickly and set up as a repository that would only ever have one person contributing to it. While that's likely to remain the case for now, it would be good to have a process that welcomes and eases the ability for folks to contribute if they wish.
To that end, I propose the following adjustments:
developbranch which becomes the source of truth for new features and development that haven't been officially released yet. This way themainbranch is always the current published version of the plugin.CONTRIBUTING.mddoc that details how one can go about contributing to the plugin if they so wish.