- Open an issue on GitHub
- Describe the issue
- Include any logs or stacktraces in a Markdown fenced block
- Consider opening a Pull Request resolving the issue.
- Open an issue on GitHub
- Describe the feature
- Provide an example if possible
- Include links to external references as needed
- Consider opening a Pull Request
- Create a fork of the repository
- Create a feature branch
- Make changes
- Commit changes
- Push branch
- Open pull request to
ChristianMurphy/selective
on themaster
branch
- Create a fork of the repository
- Install the project
- Create a feature branch
- Make changes
- Test changes
- Commit changes
- Push branch
- Open pull request to
ChristianMurphy/selective
on themaster
branch
git clone https://github.com/ChristianMurphy/selective
- 📓 alternatively replace
ChristianMurphy/selective
with a fork name - If installing a fork additionally run
git remote add upstream https://github.com/ChristianMurphy/selective
- 📓 alternatively replace
cd selective
yarn
lerna bootstrap
yarn test
yarn lint