Skip to content

Commit

Permalink
docs(contributing): move contributing docs to docs site
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdiakur committed Jul 2, 2023
1 parent c1a0e57 commit a22686c
Show file tree
Hide file tree
Showing 4 changed files with 370 additions and 315 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: 🪳 Bug report
description: Create a report to help us improve Liquid
title: "bug: "
labels: ["bug", "triage"]
title: 'bug: '
labels: ['bug', 'triage']
body:
- type: checkboxes
attributes:
label: Prerequisites
description: Please ensure you have completed all of the following.
options:
- label: I know [how to contribute a proper bug report](https://github.com/emdgroup-liquid/liquid/blob/main/CONTRIBUTING.md#reporting-bugs).
- label: I know [how to contribute a proper bug report](https://liquid.merck.design/liquid/guides/contributing/#reporting-bugs).
required: true
- label: I agree to follow the [Code of Conduct](https://github.com/emdgroup-liquid/liquid/blob/main/CODE_OF_CONDUCT.md).
required: true
Expand Down Expand Up @@ -47,7 +47,7 @@ body:
attributes:
label: Steps to reproduce
description: Please explain the steps required to duplicate this issue.
placeholder: "1. ..."
placeholder: '1. ...'
validations:
required: true
- type: input
Expand Down
Loading

1 comment on commit a22686c

@vercel
Copy link

@vercel vercel bot commented on a22686c Jul 2, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

liquid – ./

liquid-git-main-uxsd.vercel.app
liquid-uxsd.vercel.app
liquid-oxygen.vercel.app

Please sign in to comment.