From 6d0b3a0df8ef0401700de64579b77835c60edb1c Mon Sep 17 00:00:00 2001 From: Michael DeMarco Date: Fri, 5 Jan 2024 23:15:25 -0800 Subject: [PATCH] docs: add issue, pr template; tune footer spacing --- .github/ISSUE_TEMPLATE.md | 38 ++++++++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.MD | 23 +++++++++++++++++++ client/src/components/Footer.tsx | 2 +- 3 files changed, 62 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.MD diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..0263db5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,38 @@ +--- +name: Bug Report +about: Create a report to help us improve +title: '[BUG]' +labels: bug +assignees: '' +--- + +### Describe the Bug + +A clear and concise description of what the bug is. + +### To Reproduce + +Steps to reproduce the behavior. + +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +### Expected Behavior + +A clear and concise description of what you expected to happen. + +### Screenshots + +If applicable, add screenshots to help explain your problem. + +### Environment + +- OS [e.g. iOS] +- Browser [e.g. chrome, safari] +- Version [e.g. 22] + +### Additional Context + +Add any other context about the problem here. diff --git a/.github/PULL_REQUEST_TEMPLATE.MD b/.github/PULL_REQUEST_TEMPLATE.MD new file mode 100644 index 0000000..e036b27 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.MD @@ -0,0 +1,23 @@ +--- +name: Pull Request +about: Describe this pull request's purpose here. +title: '' +labels: '' +assignees: '' +--- + +### Related Issue(s) + +Please link the issue(s) this pull request addresses. + +### Implementation Notes + +Describe any specifics of the implementation here that reviewers should be aware of. + +### Related PR(s) + +List any related pull requests. + +### Deployment Notes + +Any special deployment instructions or requirements here. diff --git a/client/src/components/Footer.tsx b/client/src/components/Footer.tsx index 4430078..15dbf91 100644 --- a/client/src/components/Footer.tsx +++ b/client/src/components/Footer.tsx @@ -9,7 +9,7 @@ const Footer: React.FC = (props: Props) => { return (