mirror of
https://github.com/faroukbmiled/RyukGram.git
synced 2026-07-30 16:08:57 +02:00
modded scinsta with additional features and fixes for recent instagram version
This commit is contained in:
Executable
+94
@@ -0,0 +1,94 @@
|
||||
name: 🐛 Bug Report
|
||||
description: "Notice something isn't working quite right? Help improve the tweak by reporting issues that you experience."
|
||||
title: 'bug: '
|
||||
labels:
|
||||
- bug
|
||||
assignees:
|
||||
- SoCuul
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
<br>
|
||||
|
||||
>[!TIP]
|
||||
> If you are looking for support with the tweak, make sure to visit the [SCInsta discussions page](https://github.com/SoCuul/SCInsta/discussions) to get help.
|
||||
- type: checkboxes
|
||||
id: before-start
|
||||
attributes:
|
||||
label: Before creating a bug report...
|
||||
description: 'Please make sure you have done the following steps:'
|
||||
options:
|
||||
- label: >-
|
||||
I have read through the
|
||||
[FAQ](https://github.com/SoCuul/SCInsta/wiki/FAQ)
|
||||
required: true
|
||||
- label: I have made sure this issue has not already been reported previously
|
||||
required: true
|
||||
- label: >-
|
||||
I have made sure this issue is present in the latest version of
|
||||
SCInsta
|
||||
required: true
|
||||
- label: >-
|
||||
I am confident that this bug presents unintended behaviour within
|
||||
the tweak
|
||||
required: true
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Description
|
||||
description: A clear and concise description of the problem
|
||||
placeholder: >-
|
||||
Provide as much information about the issue you are experiencing as
|
||||
possible!
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: reproduction
|
||||
attributes:
|
||||
label: Minimal Reproduction
|
||||
description: Provide steps and relevant information to reproduce the problem
|
||||
placeholder: >-
|
||||
If possible, providing screenshots & videos are extremely helpful when
|
||||
trying to fix an issue
|
||||
validations:
|
||||
required: true
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: '---'
|
||||
- type: input
|
||||
id: info-scinsta-version
|
||||
attributes:
|
||||
label: SCInsta Version
|
||||
description: This can be found at the bottom of the tweak settings
|
||||
placeholder: e.g. v0.7.0
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: info-instagram-version
|
||||
attributes:
|
||||
label: Instagram Version
|
||||
description: This can be found as well at the bottom of the tweak settings
|
||||
placeholder: e.g. 382.0.0
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: info-install-type
|
||||
attributes:
|
||||
label: Install Type
|
||||
description: The method used to use to install SCInsta
|
||||
options:
|
||||
- Sideloaded
|
||||
- TrollStore
|
||||
- Jailbroken (Rootless)
|
||||
- Jailbroken (Rootful)
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: info-device-info
|
||||
attributes:
|
||||
label: Device Info
|
||||
description: Details about the phone running the tweak
|
||||
value: |-
|
||||
Model: [e.g. iPhone 15 Pro]
|
||||
iOS Version: [e.g. 18.4]
|
||||
Executable
+39
@@ -0,0 +1,39 @@
|
||||
name: ✨ Feature Request
|
||||
description: Have an idea for a new feature/enhancement? Let us know!
|
||||
title: 'feat: '
|
||||
labels:
|
||||
- enhancement
|
||||
assignees:
|
||||
- SoCuul
|
||||
body:
|
||||
- type: checkboxes
|
||||
id: before-start
|
||||
attributes:
|
||||
label: Before creating a feature request...
|
||||
description: 'Please make sure you have done the following steps:'
|
||||
options:
|
||||
- label: >-
|
||||
I have read through the
|
||||
[FAQ](https://github.com/SoCuul/SCInsta/wiki/FAQ)
|
||||
required: true
|
||||
- label: I have made sure this feature has not already been already suggested
|
||||
required: true
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Description
|
||||
description: A clear and concise description of the problem or missing functionality
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: solution
|
||||
attributes:
|
||||
label: Describe the solution you'd like
|
||||
description: If you have a solution in mind, please describe it
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: alternatives
|
||||
attributes:
|
||||
label: Describe alternatives you've considered
|
||||
description: Have you considered any alternative solutions or workarounds?
|
||||
Executable
+8
@@ -0,0 +1,8 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: '💬 Browse Q&A'
|
||||
url: https://github.com/SoCuul/SCInsta/wiki/FAQ
|
||||
about: Find answers to the most commonly asked questions
|
||||
- name: '❓ Need Help?'
|
||||
url: https://github.com/SoCuul/SCInsta/discussions
|
||||
about: Visit the SCInsta discussions form to get support
|
||||
Reference in New Issue
Block a user