mirror of
https://codeberg.org/small-hack/open-slopware.git
synced 2026-06-03 23:57:01 +02:00
Merge pull request 'add a "request for kind help" Issue template' (#313) from add-request-for-help into main
Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/313 Reviewed-by: Max <cloudymax@noreply.codeberg.org>
This commit is contained in:
commit
c3a82ab50e
4 changed files with 59 additions and 3 deletions
7
.forgejo/issue_template/config.yaml
Normal file
7
.forgejo/issue_template/config.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# we require you use one of our issue templates
|
||||
blank_issues_enabled: false
|
||||
|
||||
contact_links:
|
||||
- name: Small Hack
|
||||
url: https://codeberg.org/small-hack
|
||||
about: Visit our org's homepage
|
||||
|
|
@ -8,7 +8,7 @@ body:
|
|||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this bug report!
|
||||
Thanks for taking the time create a discussion in this repo :)
|
||||
- type: textarea
|
||||
id: discussion-topic
|
||||
attributes:
|
||||
|
|
@ -27,4 +27,4 @@ body:
|
|||
required: true
|
||||
- label: I have also read the [CONTRIBUTION.MD](https://codeberg.org/small-hack/open-slopware/src/branch/main/CONTRIBUTING.md)
|
||||
required: true
|
||||
visible: [form]
|
||||
visible: [form]
|
||||
|
|
|
|||
40
.forgejo/issue_template/request-for-help.yaml
Normal file
40
.forgejo/issue_template/request-for-help.yaml
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
name: Request for More Kind Eyes
|
||||
about: Request more eyes of kind people to help advocate for a No AI policy or clarify an existing policy on an external project. This is where you can link to a PR, Issue, or Discussion you've opened.
|
||||
title: '[More Kind Eyes]: project name here'
|
||||
ref: 'main'
|
||||
labels:
|
||||
- more-kind-eyes-please
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for helping to make the world a bit more AI frree 💙
|
||||
- type: textarea
|
||||
id: project
|
||||
attributes:
|
||||
label: What project is this for?
|
||||
description: |
|
||||
What external project are you reaching out to?
|
||||
|
||||
- type: textarea
|
||||
id: link
|
||||
attributes:
|
||||
label: Link
|
||||
description: |
|
||||
A link to your Pull Request, Issue, Discussion, forum post, mailing list, etc where you've requested clarification on an AI policy.
|
||||
|
||||
- type: textarea
|
||||
id: Additional Info
|
||||
attributes:
|
||||
label: additional-info
|
||||
description: |
|
||||
Here's where you can you put any other additional info you'd like people to know about before chiming in on your link. A good example would be: "Only chime in if you're a contributor to this project" or "Please only react. We don't need more people in the discussion right now." or even "I could use some help with how to phrase things."
|
||||
|
||||
- type: checkboxes
|
||||
id: terms
|
||||
attributes:
|
||||
label: Code of Conduct
|
||||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://codeberg.org/small-hack/open-slopware/src/branch/main/CODE_OF_CONDUCT.md)
|
||||
options:
|
||||
- label: I agree to follow this project's Code of Conduct
|
||||
required: true
|
||||
|
|
@ -42,4 +42,13 @@ Issues are meant primarily for discussing if something should be added or questi
|
|||
|
||||
Please make sure to only submit an Issue for 1 piece of software or section at a time, otherwise it is more difficult to coordinate between multiple Issues and PRs.
|
||||
|
||||
This is not a place to discuss what you think an "ethical" LLM/AI is. We will close any Issues opened asking for advice on AI/LLM usage.
|
||||
This is not a place to discuss what you think an "ethical" LLM/AI is. We will close any Issues opened asking for advice on AI/LLM usage.
|
||||
|
||||
## Helping with kind eyes
|
||||
|
||||
Maybe you don't need/want to open an Issue or Pull Request to this repo, but you still want to help. Here's what you can do. Take a look through the:
|
||||
|
||||
- **Issues** labeled with [`more-kind-eyes-please`](https://codeberg.org/small-hack/open-slopware/issues?q=&type=all&sort=relevance&labels=1318107&state=open&milestone=0&project=0&assignee=0&poster=0) or [`awaiting-upstream-feedback`](https://codeberg.org/small-hack/open-slopware/issues?q=&type=all&state=open&labels=1280479&milestone=0&assignee=0&poster=0)
|
||||
- **Pull Requests** labeled with [`more-kind-eyes-please`](https://codeberg.org/small-hack/open-slopware/pulls?q=&type=all&sort=relevance&labels=1318107&state=open&milestone=0&project=0&assignee=0&poster=0) or [`awaiting-upstream-feedback`](https://codeberg.org/small-hack/open-slopware/pulls?q=&type=all&sort=relevance&labels=1280479&state=open&milestone=0&project=0&assignee=0&poster=0)
|
||||
|
||||
In either case, one thing you can do is react positively to a given upstream issue, pull request, or discussion thread. If you're already a contributor to that project, you may also leave a comment. You *must* do so kindly though! We do not approve of anyone reaching out in a rude manner to any other projects. If you have no connection to project, the best thing you can do is an emoji react or upvote on the opening discussion topic or to a comment where AI is called out as bad. It's unwise to pop into a discussion for a project you do not use and have no interest in using and only adds noise to the conversation, which could overwhelm the maintainers. Please be cautious and courteous. If we find out you were threatening or expressed any form of bigotry, you will receive a ban from this repo.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue