Ultroid v0.3 Updates
Co-authored-by: Aditya <xditya@ultroid.tech> Co-authored-by: Danish <danish@ultroid.tech> Co-authored-by: Amit Sharma <48654350+buddhhu@users.noreply.github.com> Co-authored-by: TechiError <error@notavailable.live> Co-authored-by: Avish Kumar <85635883+aviskumar@users.noreply.github.com> Co-authored-by: Vɪɴᴀʏᴀᴋ Pᴀɴᴅᴇʏ <87496159+harpia-vieillot@users.noreply.github.com> Co-authored-by: Shrimadhav U K <6317196+spechide@users.noreply.github.com> Co-authored-by: Dark <darkbeamer.official@gmail.com> Co-authored-by: Muhamad Risman Aziz <62795826+mrismanaziz@users.noreply.github.com> Co-authored-by: Ashik Muhammed <84127769+MR-JINN-OF-TG@users.noreply.github.com> Co-authored-by: MMETMA <79155572+MMETMA@users.noreply.github.com> Co-authored-by: amirmehdinzri <94852182+amirmehdinzri@users.noreply.github.com>
This commit is contained in:
3
.github/ISSUE_TEMPLATE/bug-reports.yml
vendored
3
.github/ISSUE_TEMPLATE/bug-reports.yml
vendored
@@ -30,6 +30,7 @@ body:
|
||||
label: Version
|
||||
description: What version of Ultroid are you running?
|
||||
options:
|
||||
- 0.3
|
||||
- 0.2
|
||||
- 0.1
|
||||
- 0.0.9
|
||||
@@ -64,4 +65,4 @@ body:
|
||||
description: By submitting this issue, you agree that you have read the [docs](https://ultroid.tech) and gone through the [deploy tutorial](https://www.youtube.com/watch?v=9wF7k9qA0Q4) at first.
|
||||
options:
|
||||
- label: I have followed all of the above steps.
|
||||
required: true
|
||||
required: true
|
||||
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -1,4 +1,4 @@
|
||||
blank_issues_enabled: false
|
||||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: Ultroid Support
|
||||
url: https://t.me/UltroidSupport
|
||||
|
||||
@@ -6,7 +6,4 @@ detailed_description_here
|
||||
### Issue Number [Optional] :
|
||||
Issue Number here if your pull request close any issue or is linked to.
|
||||
|
||||
----
|
||||
### What defines you?
|
||||
- [ ] Hacktoberfest Participant.
|
||||
- [ ] Contributor
|
||||
----
|
||||
13
.github/stalebot.yml
vendored
Normal file
13
.github/stalebot.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# Number of days of inactivity before an issue becomes stale
|
||||
daysUntilStale: 50
|
||||
# Number of days of inactivity before a stale issue is closed
|
||||
daysUntilClose: 7
|
||||
# Label to use when marking an issue as stale
|
||||
staleLabel: inactive
|
||||
# Comment to post when marking an issue as stale. Set to `false` to disable
|
||||
markComment: >
|
||||
This issue has been automatically marked as stale because it has not had
|
||||
recent activity. It will be closed if no further activity occurs. Thank you
|
||||
for your contributions.
|
||||
# Comment to post when closing a stale issue. Set to `false` to disable
|
||||
closeComment: false
|
||||
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
@@ -24,6 +24,4 @@ jobs:
|
||||
languages: python
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v1
|
||||
|
||||
# Built with ❤ by [Pipeline Foundation](https://pipeline.foundation)
|
||||
uses: github/codeql-action/analyze@v1
|
||||
Reference in New Issue
Block a user