Skip to content

Commit

Permalink
docs: add issue, pr template; tune footer spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfromyeg committed Jan 6, 2024
1 parent bf6298e commit 6d0b3a0
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 1 deletion.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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.
23 changes: 23 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.MD
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion client/src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Footer: React.FC<Props> = (props: Props) => {

return (
<footer className="text-center">
<div className="flex justify-center items-center space-x-4">
<div className="flex justify-center items-center space-x-1">
<div className="mb-0">a project from Michael DeMarco</div>
<span>|</span>
<a
Expand Down

0 comments on commit 6d0b3a0

Please sign in to comment.