Skip to content

Commit

Permalink
ddcvs
Browse files Browse the repository at this point in the history
  • Loading branch information
JOELwindows7 committed Dec 15, 2023
1 parent 8df9ee8 commit 0cea597
Show file tree
Hide file tree
Showing 4 changed files with 166 additions and 0 deletions.
77 changes: 77 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository

name: Bug Report
description: File a bug report
title: "[Bug] "
labels: ["bug"]
# projects: ["octo-org/1", "octo-org/44"]
assignees:
- JOELwindows7
body:
- type: markdown
attributes:
value: |
# Bug Report
Thanks for taking the time to fill out this bug report!
Please note, this bug report is meant for bugs related to this CVRStuffings project. For ChilloutVR & CCK bugs in overall, be sure to submit the report to https://feedback.abinteractive.net/ instead.
# - type: input
# id: contact
# attributes:
# label: Contact Details
# description: How can we get in touch with you if we need more info?
# placeholder: ex. [email protected]
# validations:
# required: false
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
value: "A bug happened!"
validations:
required: true
- type: dropdown
id: version
attributes:
label: Version
description: What version of our software are you running?
options:
- latest
# - 1.0.2 (Default)
# - 1.0.3 (Edge)
default: 0
validations:
required: true
- type: dropdown
id: platform
attributes:
label: What Platform are you seeing the problem on?
multiple: true
options:
- Windows 11
- Windows 10
- Windows 8 / 8.1
- Windows 7
- Meta Quest (Android)
- PiMax (Android)
- Linux with Proton / Wine
# - Firefox
# - Chrome
# - Safari
# - Microsoft Edge
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. You may wanted to install [CVRLogger](https://github.com/SticksDev/CVRLogger) mods & [Logger++](https://github.com/kafeijao/Kafe_CVR_Mods/tree/master/Logger++) in [Knah's MelonAssistant](https://github.com/knah/CVRMelonAssistant) Modlist.
render: shell
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://perkedel.netlify.app/terms_of_service)
options:
- label: I agree to follow this project's Code of Conduct
required: true
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
blank_issues_enabled: true
contact_links:
- name: Kaorfa's contacts
url: https://perkedel.netlify.app/@JOELwindows7
about: Joel's contact lists
# - name: GitHub Community Support
# url: https://github.com/orgs/community/discussions
# about: Please ask and answer questions here.
- name: GitHub Security Bug Bounty
url: https://bounty.github.com/
about: Please report security vulnerabilities here.
63 changes: 63 additions & 0 deletions .github/ISSUE_TEMPLATE/submit_assets.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository

name: Submit Assets
description: Submit Avatars, Props, and/or Worlds
title: "[Assets] "
labels: ["assets"]
# projects: ["octo-org/1", "octo-org/44"]
assignees:
- JOELwindows7
body:
- type: markdown
attributes:
value: |
# Submit Assets
Thanks for taking the time to submit your assets!
# - type: input
# id: contact
# attributes:
# label: Contact Details
# description: How can we get in touch with you if we need more info?
# placeholder: ex. [email protected]
# validations:
# required: false
# - type: textarea
# id: what-happened
# attributes:
# label: What happened?
# description: Also tell us, what did you expect to happen?
# placeholder: Tell us what you see!
# value: "A bug happened!"
# validations:
# required: true
- type: markdown
attributes:
value: |
## WARNING!
For each `.unitypackage` and related packs, ensure you have granted permission, and if it's your own to allow non-exclusive rights once and for all, in specific:
- Royalty Free. You are automatically granted permission without contact. Avoid assets that requires asking permission
- Gratis. Assets cost $0
- Someone else's if above criterias met.
- Your own. You are waiving any restriction if exist, and declared this assets are now available to Perkedel Technologies, its divisions (like X0p1r4t3 Eenvreensment), and all gamers, to be used, edited, and reshared (with full credit), to other gamers, and without restriction (both in scope of CVR & beyond scope, NSFW allowed, adding missing NSFW parts allowed, etc.), **even at no costs nor require other gamers purchase said assets**. You are agree by the time this Issue has been approved, you announce where shall gamers download these assets for $0 to here or a platform (GitHub, GitLab, and/or Odysee) without imposing paywall nor private access. From now on, files that are on paid platform (Patreon, Gumroad, payhip, Itch, Etsy, etc.) effectively acts only as support page. From now on, Maximum license of this asset now turns to maximum CC4.0-BY-SA - GNU GPL v3 or freer (CC4.0-BY, GNU GPL v3/v2, MIT, or Public Domain) by discretion.
- Confirmed gone (Please reupload & archive). Assets has been confirmed gone, discontinued, no longer active on sale. However, most of the time these assets may not be instantly included in our Worlds, Props, nor Avatar due to *Harrassment* concerns.
- type: textarea
id: sauces
attributes:
label: Please Attach your sauces here
description: Attach your download links of those assets to here. You can attach your own and/or someone's assets (**you must credit their name & original URL where did you get it from**). It is advisable to use GitHub, GitLab, Odysee, and **NOT Cloud Storage** share like Drive, MEGA, etc. in order to maintain posterity to these assets.
render: markdown
value: |
- ???
- ???
- ???
...
validation:
required: true
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://perkedel.netlify.app/terms_of_service)
options:
- label: I agree to follow this project's Code of Conduct
required: true
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2578,6 +2578,21 @@ Put this image onto some quads. This image is my promotion for gamers to check o
- https://feedback.abinteractive.net/p/first-person-renderer-on-bones-and-or-changing-functionality-to-a-component
- https://github.com/stevemao/github-issue-templates
- https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository
- https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema uyaiouy yeah
- https://github.com/libsm64/libsm64-unity-dev
- https://github.com/kafeijao/Kafe_CVR_Mods/tree/master/CVRSuperMario64
- https://github.com/kafeijao/Kafe_CVR_Mods/tree/master/CVRSuperMario64
- https://github.com/I5UCC/MelonAutoLaunch
- https://github.com/Nirv-git/CVRMods-Nirv/tree/main/SitLaydown
- https://github.com/kafeijao/Kafe_CVR_Mods/tree/master/PickupOverrides
- https://feedback.vrchat.com/open-beta/p/eac-in-a-social-vr-game-creates-more-problems-than-it-solves
- https://vrchat.com/home/world/wrld_d9c8c442-f69f-4b14-bf76-b9369853f702 what?!??! Louis Rossman VRChat world?!?!??!?
- https://github.com/Dervali-git/VRC-Tips/blob/main/LaySittingPrefab.md
- https://github.com/Dervali-git/VRC-Tips
- https://github.com/kafeijao/Kafe_CVR_Mods/tree/master/TheClapper
- https://github.com/Nirv-git/CVRMods-Nirv
- https://github.com/EtiTheSpirit/CVRLocalTools
- https://github.com/kafeijao/Kafe_CVR_Mods/tree/master/PickupOverrides

## sovania

Expand Down

0 comments on commit 0cea597

Please sign in to comment.