Skip to content

Commit

Permalink
fix: pr template and banner
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Lin committed Feb 16, 2023
1 parent 704d4e4 commit 172e9c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Use the following template to make sure your PR fits the ConsenSys documentation

Make sure that:

- [ ] You've read the [contribution guidelines](https://github.com/ConsenSys/docs-template).
- [ ] You've read the contribution guidelines of this repository (if any)
- [ ] You've [previewed your changes locally](https://consensys.github.io/docs-template/getting-started#running-locally).

## Describe the change
Expand All @@ -33,13 +33,13 @@ For content changes:

For tool changes:

- [ ] Build and QA tools
- [ ] Node dependencies and JavaScript
- [ ] GitHub integration
- [ ] Docusaurus build changes
- [ ] Package dependencies
- [ ] GitHub CI

## After creating your PR and tests have finished

Make sure that:

- [ ] You've [fixed any issues](https://consensys.net/docs/doctools/en/latest/contribute/fix-cicd-errors/) raised by the tests.
- [ ] You've fixed any issues raised by the tests.
- [ ] You've previewed the build which is auto-deployed by Vercel below.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ const config = {
announcementBar: {
id: "announcement_bar",
content:
"🚧 This is a template documentation site to boostrap your Docusaurus boostrap application",
"🚧 This is a template site to boostrap your Docusaurus documentation",
backgroundColor: "#fafbfc",
textColor: "#091E42",
isCloseable: false,
Expand Down

1 comment on commit 172e9c3

@vercel
Copy link

@vercel vercel bot commented on 172e9c3 Feb 16, 2023

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.