- Please make sure that the issue you have found is not an issue that has already been opened
- If that's the case, then add your observations in that same issue
- If your issue is unique, please 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 created. If no issue exists for your pull request, please create one.
- Make sure that your changes are passing the test by running
npm test
- If there are any lint warnings, please clean those up as well
- In the comments for the pull request mention the issues that you are solving by this pull request
- Create the pull request