diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..5648ec12 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +# For more information about the configurations used +# in this file, please see GitHub's documentation. +# https://github.com/blog/2392-introducing-code-owners + +* @excalith \ No newline at end of file diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 707889ca..f91e24e5 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -28,7 +28,7 @@ Before creating bug reports, please perform a [cursory search on issues](https:/ To report a new issue, please follow these steps: -- **Use a clear and descriptive title** for the issue to identify the problem after the prefix of `[BUG]` +- **Use a clear and descriptive title** for the issue to identify the problem after the prefix (ie. `[BUG] Page Freezes Upon Returning`) - Use the **bug report template** and **fill out** the required fields. - **Describe the exact steps which reproduce the problem** in as many details as possible. For example, start by explaining how you started the app, e.g. which command exactly you used in the terminal. When listing steps, **don't just say what you did, but explain how you did it**. - Explain the **expected behaviour** diff --git a/src/components/Section.js b/src/components/Section.js index e227c660..2fde0544 100644 --- a/src/components/Section.js +++ b/src/components/Section.js @@ -1,8 +1,9 @@ import Link from "@/components/Link" const Section = ({ section, filter }) => { + const alignment = section.align || "left" return ( -