This repository contains proposals, examples, PoCs for potential new mobile features to be build by the mobile team.
- Fork this repository
- Create a new file with your proposal using template
- Send a PR to master on github.com/aerogear/proposals
- Email to
aerogear-dev at lists.jboss.org
so we know to take a look
Proposals aren't for everything, and they are mostly for new or large features. If you have a bug fix, documentation improvement, etc then a PR with the fix is much more appropriate. If you have a minor feature such as exposing a logging parameter, code cleanups, or adding tests then you could probably get by with a PR as well, but you might want to ping the mailing list (aerogear-dev) to get a sanity check. However if you are adding a major feature like adding a new algorithm to the sync server, migrating HTTP libraries from OKHttp to volley, etc then these are they types of things proposals are for. As a rule of thumb if what you want can be fit into a single issue then you should probably not write a proposal.
When you submit a proposal it should be fairly obvious what you are trying to build. In general you should describe what you are trying to build, its core features, any points of discussion to include, etc. If you think something will make the proposal easier to follow or clear up any misconceptions then add that as well. For SDKs if you have some psuedo code or POC implementation, include that in your directory. If you want to create UI mockups then feel free to include those as well.