diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md index 65355821..9dba2fd9 100644 --- a/.github/CODE_OF_CONDUCT.md +++ b/.github/CODE_OF_CONDUCT.md @@ -116,7 +116,7 @@ the community. This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0, available at -https://www.contributor-covenant.org/version/2/0/code_of_conduct.html. +. Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity). @@ -124,5 +124,5 @@ enforcement ladder](https://github.com/mozilla/diversity). [homepage]: https://www.contributor-covenant.org For answers to common questions about this code of conduct, see the FAQ at -https://www.contributor-covenant.org/faq. Translations are available at -https://www.contributor-covenant.org/translations. +. Translations are available at +. diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 00236e3c..0ea72638 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -12,7 +12,7 @@ We would love for you to contribute to `bsclibrary`, pull requests are welcome! 1. Clone the repo - ``` + ```sh > git clone https://github.com/epodol/bsclibrary.git > cd bsclibrary ``` @@ -22,13 +22,17 @@ We would love for you to contribute to `bsclibrary`, pull requests are welcome! [![Open in Visual Studio Code](https://open.vscode.dev/badges/open-in-vscode.svg)](https://open.vscode.dev/epodol/bsclibrary) 1. Install dependencies - ``` + + ```sh > npm install --no-audit ``` + 1. Start the React development server, Typescript compiler, and Firebase Emulators. - ``` + + ```sh > npm run start ``` + 1. Open [http://localhost:3000](http://localhost:3000) (React development server) and [http://localhost:4000](http://localhost:4000) (Emulator UI) in your browser. It will automatically reload if you change any of the source files. ## Emulator Data Export diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c1541641..5e6e71e7 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -9,11 +9,13 @@ issue before creating a pull request. Once you have completed the following, ple - [ ] A description/summary of the changes - [ ] A link to the related issue(s) - --> + Fixes # + + ### Description