Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (15 loc) · 1.09 KB

CONTRIBUTING.md

File metadata and controls

26 lines (15 loc) · 1.09 KB

Contributing guide

Contributions and feedback on your experience of using this software are welcome.

This includes bug reports, feature requests, ideas, pull requests, and examples of how you have used this software.

Please see the Code of Conduct and follow any templates configured in GitHub when reporting bugs, requesting enhancements, or contributing code.

Please raise any significant new functionality or breaking change an issue for discussion before raising a Pull Request for it.

For contributors

Anyone can be a contributor. Either you found a typo, or you have an awesome feature request you could implement, we encourage you to create a Pull Request.

Pull Requests

  • The latest changes are always in main, so please make your Pull Request against that branch.
  • Pull Requests should be raised for any change

Setting up local environment

The local environment can be setup by doing the following.

  1. Clone the repository $ git clone https://github.com/nextauthjs/docs.git
  2. Install dependencies $ npm install
  3. Start development server $ npm start