Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Miscellaneous Quality of Life Changes #711

Merged
merged 2 commits into from
Jul 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@ 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.
<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).

[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.
<https://www.contributor-covenant.org/faq>. Translations are available at
<https://www.contributor-covenant.org/translations>.
10 changes: 7 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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
Expand Down
4 changes: 3 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


-->
<!-- markdownlint-disable MD041 -->

Fixes #<!-- Enter issue number here -->

<!-- markdownlint-enable MD041 -->

### Description

<!-- Are you fixing a bug? Updating our documentation? Implementing a new feature? Make sure we
Expand Down
2 changes: 1 addition & 1 deletion react/src/pages/CustomPage/Contribute/Code.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const Code = () => (
</p>
<br />
<a
href="https://github.com/epodol/bsclibrary"
href="https://github.com/epodol/bsclibrary/blob/main/.github/CONTRIBUTING.md"
target="_blank"
rel="noopener noreferrer"
>
Expand Down