blob: 220435945e82a6ed8b9e4bc4c0b889047a626369 [file] [log] [blame]
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
name: Bug
title: "[Bug][Doc Name] Bug title "
description: Problems with the docs of Apache DevLake Website
labels: ["type/bug"]
body:
- type: checkboxes
attributes:
label: Search before asking
description: >
Please make sure to search in the [issues](https://github.com/apache/incubator-devlake-website/issues?q=is%3Aissue)
to check if this bug already exists.
options:
- label: >
I had searched in the [issues](https://github.com/apache/incubator-devlake-website/issues?q=is%3Aissue) and found
no similar issues.
required: true
- type: textarea
attributes:
label: What happened
description: Describe what happened.
placeholder: >
Please add the doc link and screenshot(s)
validations:
required: true
- type: textarea
attributes:
label: What do you expect to happen
description: Describe the change.
placeholder: >
Add the updated version of doc here.
validations:
required: true
- type: textarea
attributes:
label: Anything else
- type: dropdown
id: version
attributes:
label: Version
description: >
The doc version.
options:
- main
- v0.14.2
- v0.14.1
- v0.14.0
- v0.13.0
- v0.12.0
- v0.11.0
- v0.10.1
- v0.10.0
- v0.9.3
- v0.9.2
- v0.9.1
- v0.9.0
validations:
required: true
- type: checkboxes
attributes:
label: Are you willing to submit PR?
description: >
This is absolutely not required, but we are happy to guide you in the contribution process
especially if you already have a good understanding of how to implement the fix.
Apache DevLake is a totally community-driven project and we love to bring new contributors in.
options:
- label: Yes I am willing to submit a PR!
- type: checkboxes
attributes:
label: Code of Conduct
description: |
Please follow the Code of Conduct of Apache DevLake community.
options:
- label: >
I agree to follow this project's
[Code of Conduct](https://www.apache.org/foundation/policies/conduct)
required: true