Skip to content

Commit

Permalink
feat: update footer info and update pull_request_template (#1)
Browse files Browse the repository at this point in the history
* feat: update footer info and update pull_request_template md
  • Loading branch information
Chocolate1999 authored Apr 18, 2022
1 parent 7c11cf3 commit 47dfaad
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 14 deletions.
18 changes: 14 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## Motivation
(Write your motivation here.)
## Description

## Changes
(Write the changes here.)
Describe your PR here.

## Resolved issues

Closes #1

### Before submitting the PR, please take the following into consideration
- [ ] It's really useful if your PR references an issue where it is discussed ahead of time. In many cases, features are absent for a reason. If you don't have an issue, please create one.
- [ ] Prefix your PR title with `feat: `, `fix: `, `chore: `, `docs:`, or `refactor:`.
- [ ] The description should clearly illustrate what problems it solves.
- [ ] Ensure that the commit messages follow our guidelines.
- [ ] Resolve merge conflicts (if any).
- [ ] Make sure that the current branch is upto date with the `main` branch.
2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run lint:fix
npx --no-install commitlint -e
14 changes: 5 additions & 9 deletions src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default function Footer() {
return (
<footer className="bg-background-100 py-6 lg:px-12">
<div className="mx-auto flex w-full max-w-6xl flex-col items-start p-4 md:px-12">
<div className="mt-8 flex w-full flex-col lg:flex-row">
{/* <div className="mt-8 flex w-full flex-col lg:flex-row">
<div className="mt-12 grid flex-1 grid-cols-2 gap-8 md:grid-cols-2 lg:mt-0 lg:grid-cols-3">
<div className="space-y-2">
<div className="text-sm font-normal text-text-100">Sites</div>
Expand Down Expand Up @@ -65,7 +65,7 @@ export default function Footer() {
</ul>
</div>
</div>
</div>
</div> */}
<div className="bold vercel-callout mt-7 w-full text-center text-sm text-text-100">
<a
href="https://vercel.com/?utm_source=digital-support-notes&utm_campaign=oss"
Expand All @@ -75,13 +75,9 @@ export default function Footer() {
</a>
</div>
<div className="mt-3 w-full text-center text-sm text-text-100">
Copyright © Digital Support Notes 2022. All rights reserved. <br />
Coded with ❤️ by <a href="https://nayanpatel.net">
Nayan Patel
</a> &{' '}
<a href="https://github.com/PatelN123/Digital-Support-Notes">
the community
</a>
Copyright © Chocolate & HearLing 2022. All rights reserved. <br />
Coded with ❤️ by <a href="https://yangchaoyi.vip">小狮子</a> &{' '}
<a href="https://github.com/LionCubFrontEnd/docs">the community</a>
</div>
</div>
</footer>
Expand Down

1 comment on commit 47dfaad

@vercel
Copy link

@vercel vercel bot commented on 47dfaad Apr 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.