Browse Source
* Update Issue Template to match other repos * Removed version number ref * Add language asking to refrain from version bumpspull/1318/head
2 changed files with 55 additions and 2 deletions
@ -1,5 +1,57 @@ |
|||||||
<!-- |
<!-- |
||||||
Please do not submit feature requests. The [Community Forums][1] has a |
Please do not submit feature requests. The [Community Forums][1] |
||||||
section for submitting, voting for, and discussing product feature requests. |
has a section for submitting, voting for, and discussing product |
||||||
|
feature requests. |
||||||
[1]: https://community.bitwarden.com |
[1]: https://community.bitwarden.com |
||||||
|
|
||||||
|
Please remove HTML comments before finalizing your submission. |
||||||
|
--> |
||||||
|
|
||||||
|
## Describe the Bug |
||||||
|
|
||||||
|
<!-- Comment: |
||||||
|
A clear and concise description of what the bug is. |
||||||
|
--> |
||||||
|
|
||||||
|
## Steps To Reproduce |
||||||
|
|
||||||
|
<!-- Comment: |
||||||
|
How can we reproduce the behavior: |
||||||
|
--> |
||||||
|
|
||||||
|
1. HTTP GET to '...' |
||||||
|
2. Copy response and HTTP POST to '....' |
||||||
|
3. Run command '....' via CLI |
||||||
|
4. Validate response has '...' |
||||||
|
|
||||||
|
## Expected Result |
||||||
|
|
||||||
|
<!-- Comment: |
||||||
|
A clear and concise description of what you expected to happen. |
||||||
|
--> |
||||||
|
|
||||||
|
## Actual Result |
||||||
|
|
||||||
|
<!-- Comment: |
||||||
|
A clear and concise description of what is happening. |
||||||
|
--> |
||||||
|
|
||||||
|
## Screenshots or Videos |
||||||
|
|
||||||
|
<!-- Comment: |
||||||
|
If applicable, add screenshots and/or a short video to help explain your problem. |
||||||
|
--> |
||||||
|
|
||||||
|
## Environment |
||||||
|
|
||||||
|
- Operating system: [e.g. Cloud, Windows 10, Mac OS Catalina] |
||||||
|
- Build Version: [e.g. 1.42.0] |
||||||
|
- Self Hosted: [true/false] |
||||||
|
- Environment: [e.g. Cloud, Docker, EKS, ECS, K8S] |
||||||
|
- Hardware: [e.g. Intel 6-core, 8GB RAM] |
||||||
|
|
||||||
|
## Additional Context |
||||||
|
|
||||||
|
<!-- Comment: |
||||||
|
Add any other context about the problem here. |
||||||
--> |
--> |
||||||
|
|||||||
Loading…
Reference in new issue