Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 582 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (21 loc) · 582 Bytes

Contributing Guidelines

Setup

  • Fork Repository.

  • Clone Repository.

git clone https://github.com/{Your_Username}/colormark.git
cd decode
  • Create keys_dev.js file in config folder with the following data:
module.exports = {
	mongoURI: YOUR_MONGO_URI,
	clientID: YOUR_GOOGLE_CLIENT_ID,
	clientSecret: YOUR_GOOGLE_CLIENT_SECRET,
	cookieKey: YOUR_COOKIE_KEY
};

Contributing

  • Have a look at the open issues. Pick an unassigned issue or create one.

  • Create a new branch and make changes.

  • Send a Pull Request after making changes.