- Please make sure that there is not an issue already open
- If that's the case, then add your observations in that same issue
- If your issue is unique, add following details in the issue
- OS name and version
- NodeJS and NPM version : Output of
node -v
andnpm -v
- MEAN Status : Output of
mean status
in project directory - Tracelog : The error that got printed on the console
- Any other relevant details
- Add
[Feature]
in the title if its a suggestion rather than an issue that you would like to see in MEAN.
- There should be an issue for every pull request that is being created. If there is none, create it.
- Make sure that your changes are passing the test but running
npm test
- If there are any lint warning, cleanup those as well
- In the comments for pull request mention the issues that you are solving by this pull request
- Create the pull request