first commit
This commit is contained in:
commit
c0596c54a6
2 changed files with 66 additions and 0 deletions
57
.forgejo/issue_template.yml
Normal file
57
.forgejo/issue_template.yml
Normal file
|
@ -0,0 +1,57 @@
|
|||
name: Issue template
|
||||
description: Questions? Need help? Create an issue and our community may be able to help!
|
||||
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |-
|
||||
Welcome to our Community Issue Tracker,
|
||||
the place for all things regarding our platform.
|
||||
**Commenting here is never wrong**, and we appreciate your bug reports, wishes and feedback.
|
||||
|
||||
## Please keep this in mind:
|
||||
|
||||
- We are volunteers. We appreciate your feedback, written in a respectful tone.
|
||||
- If you provide more information, chances are better that we can help you. Provide as much information as possible.
|
||||
- Our platform is for **software development** and this place is about the platform itself.
|
||||
We are not the developers of all software on our platform,
|
||||
so if you are having an issue with an Android app or some other tool,
|
||||
[search for your project and get in touch there](https://git.hadan-it.com/explore/repos).
|
||||
|
||||
## For advanced users:
|
||||
|
||||
- If you are familiar with reproducing bugs, consider checking existing issues in [`forgejo/forgejo`](https://codeberg.org/forgejo/forgejo),
|
||||
and reporting there instead.
|
||||
Our Git (the main service) is powered by Forgejo and backing its development.
|
||||
Subdomains for CI / Translations etc use other services, and here is often a good place.
|
||||
|
||||
|
||||
Thank you for reporting your findings and giving feedback on Codeberg.
|
||||
|
||||
## FAQ
|
||||
|
||||
<details><summary>Unfold to see all</summary>
|
||||
|
||||
### What happens after I open an issue?
|
||||
Separate contributors will use your issue to communicate with each other. It will also be used to provide updates. There is a decent chance that we will ask you for additional feedback or information.
|
||||
|
||||
### How do I report inappropriate behaviour?
|
||||
Please take a look at [our contact page](https://docs.hadan-it.com/contact/#abuse).
|
||||
|
||||
### I want to contribute to Codeberg!
|
||||
That's awesome, thank you! Take a look at [`Contributing`](https://codeberg.org/business/contributing) and this tracker, we have a variety of both technical and non-technical tasks that we need help with.
|
||||
|
||||
</details>
|
||||
|
||||
## Reporting Security issues
|
||||
|
||||
If you wish to report a security issue, please send an email to `security@hadan-it.com`
|
||||
(for Forgejo, see https://forgejo.org/.well-known/security.txt) instead. Thank you.
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Comment
|
||||
description: |-
|
||||
Use this Textarea to write your issue comment. Provide as much information as you think is necessary.
|
||||
Also, make sure you've read the above text before creating your issue.
|
||||
validations:
|
||||
required: true
|
9
README.md
Normal file
9
README.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
<div align="center"><img src="https://design.hadan-it.com/business/logo-set/plain-transparent/svg/logo-transparent-background.svg" height="300px" align="center"></div>
|
||||
|
||||
## 📓 [Community Issue Tracker](https://git.hadan-it.com/business/community/issues)
|
||||
|
||||
Bitte benutzen Sie diesen Issue Tracker, um gemeinschafts- und plattformbezogene Probleme zu diskutieren. Das ist normalerweise der beste Ort, um Dinge zu melden, es sei denn, Sie wissen, dass es direkt mit einem Thema zusammenhängt.
|
||||
|
||||
## 📖 [Dokumentation](https://docs.hadan-it.com)
|
||||
|
||||
Vielleicht möchten Sie auch einen Blick auf unsere Dokumentation werfen [docs.hadan-it.com](https://docs.hadan-it.com).
|
Loading…
Add table
Reference in a new issue