* Remove `CODE_OF_CONDUCT.adoc` if favor of the same for a GitHub org * Move `LICENSE.txt` to the root project dir * Fix `build.gradle` to copy a `LICENSE.txt` from the actual location * Fix `README.md` and `CONTRIBUTING.adoc` to point into the actual `CODE_OF_CONDUCT` & Security policy * Add `ISSUE_TEMPLATE` directory with files similar to ones in `spring-session` * Fix wrong section `id` in the `whats-new.adoc`
25 lines
658 B
Markdown
25 lines
658 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: 'type: bug, status: waiting-for-triage'
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Describe the bug**
|
|
A clear and concise description of what the bug is.
|
|
|
|
**To Reproduce**
|
|
Steps to reproduce the behavior.
|
|
|
|
**Expected behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Sample**
|
|
|
|
A link to a GitHub repository with a [minimal, reproducible sample](https://stackoverflow.com/help/minimal-reproducible-example).
|
|
|
|
Reports that include a sample will take priority over reports that do not.
|
|
At times, we may require a sample, so it is good to try and include a sample up front.
|