Skip to content

Commit

Permalink
removed appcelerator from templates and extended templates (#13315)
Browse files Browse the repository at this point in the history
* removed appcelerator from templates and extended templates

* PR template changed to GH discussions
  • Loading branch information
caspahouzer authored Mar 18, 2022
1 parent ae68972 commit cc50eff
Show file tree
Hide file tree
Showing 6 changed files with 129 additions and 119 deletions.
106 changes: 56 additions & 50 deletions .github/ISSUE_TEMPLATE/1.bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,60 +1,66 @@
name: Bug Report
description: Create a bug report for the Titanium SDK
labels: [ bug, needs triage ]
labels: [bug, needs triage]
body:
- type: markdown
attributes:
value: Thank you for the time you have taken to file a bug report! Please make sure to ensure you have filled this form out as best you can.
- type: markdown
attributes:
value: Leaving sections incomplete might mean that your issue is closed or moved to GitHub discussions
- type: checkboxes
attributes:
label: I have searched and made sure there are no existing issues for the issue I am filing
options:
- label: I have searched the existing issues
- type: markdown
attributes:
value: Thank you for the time you have taken to file a bug report! Please make sure to ensure you have filled this form out as best you can.
- type: markdown
attributes:
value: Leaving sections incomplete might mean that your issue is closed or moved to GitHub discussions
- type: checkboxes
attributes:
label: I have searched and made sure there are no existing issues for the issue I am filing
options:
- label: I have searched the existing issues
required: true
- type: textarea
attributes:
label: Description
description: A description of the issue
validations:
required: true
- type: textarea
attributes:
label: Description
description: A description of the issue
validations:
- type: textarea
attributes:
label: Expected Behavior
description: What is the expected behavior of what you are trying to do?
validations:
required: true
- type: textarea
attributes:
label: Expected Behavior
description: What is the expected behavior of what you are trying to do?
validations:
- type: textarea
attributes:
label: Actual behavior
description: What is the actual behavior of what you are trying to do?
validations:
required: true
- type: textarea
attributes:
label: Actual behavior
description: What is the actual behavior of what you are trying to do?
validations:
- type: textarea
attributes:
label: Reproducible sample
description: A code sample that reproduces the issue. This could be a standalone block of code, or a link to a git repository, but it must be simple enough to paste/clone, build an app, and reproduce the issue
validations:
required: true
- type: textarea
attributes:
label: Reproducible sample
description: A code sample that reproduces the issue. This could be a standalone block of code, or a link to a git repository, but it must be simple enough to paste/clone, build an app, and reproduce the issue
validations:
- type: textarea
attributes:
label: Steps to reproduce
description: Steps that are required to be taken to reproduce the issue
validations:
required: true
- type: textarea
attributes:
label: Steps to reproduce
description: Steps that are required to be taken to reproduce the issue
validations:
required: true
- type: dropdown
attributes:
label: Platform
description: What is the platform that this issue is seen on?
multiple: true
options:
- Android
- iOS
- CLI
- type: input
- type: dropdown
attributes:
label: Platform
description: What is the platform that this issue is seen on?
multiple: true
options:
- Android
- iOS
- Android & iOS
- CLI
- type: input
attributes:
label: SDK version you are using
validations:
required: true
- type: input
attributes:
label: SDK version you are using
label: Alloy version you are using
validations:
required: true
required: false
58 changes: 29 additions & 29 deletions .github/ISSUE_TEMPLATE/2.docs_issue.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
name: Docs Issue
description: Noticed an issue with the docs, let us know!
labels: [ bug, docs, needs triage ]
labels: [bug, docs, needs triage]
body:
- type: markdown
attributes:
value: Thank you for the time you have taken to file this issue! Please make sure to ensure you have filled this form out as best you can.
- type: markdown
attributes:
value: If you have the time and are interested, why not make a PR that fixes the issue.
- type: checkboxes
attributes:
label: I have searched and made sure there are no existing issues for the issue I am filing
options:
- label: I have searched the existing issues
- type: markdown
attributes:
value: Thank you for the time you have taken to file this issue! Please make sure to ensure you have filled this form out as best you can.
- type: markdown
attributes:
value: If you have the time and are interested, why not make a PR that fixes the issue.
- type: checkboxes
attributes:
label: I have searched and made sure there are no existing issues for the issue I am filing
options:
- label: I have searched the existing issues
required: true
- type: input
attributes:
label: URL
description: What is the URL for the docs page?
validations:
required: true
- type: input
attributes:
label: URL
description: What is the URL for the docs page?
validations:
required: true
- type: textarea
attributes:
label: Description
description: A description of the issue
validations:
- type: textarea
attributes:
label: Description
description: A description of the issue
validations:
required: true
- type: textarea
attributes:
label: Suggestion
description: How do you suggest this could be improved? If the issue is with a code sample please provide the suggested replacement.
validations:
required: true
- type: textarea
attributes:
label: Suggestion
description: How do you suggest this could be improved? If the issue is with a code sample please provide the suggested replacement.
validations:
required: true
71 changes: 36 additions & 35 deletions .github/ISSUE_TEMPLATE/3.feature_proposal.yml
Original file line number Diff line number Diff line change
@@ -1,40 +1,41 @@
name: Feature Proposal
description: Propose a new feature or an improvement for Titanium SDK
labels: [ feature, needs triage ]
labels: [feature, needs triage]
body:
- type: markdown
attributes:
value: Thank you for the time you have taken to file a feature proposal! Please make sure to ensure you have filled this form out as best you can.
- type: checkboxes
attributes:
label: I have searched and made sure there are no existing issues for the issue I am filing
options:
- label: I have searched the existing issues
- type: markdown
attributes:
value: Thank you for the time you have taken to file a feature proposal! Please make sure to ensure you have filled this form out as best you can.
- type: checkboxes
attributes:
label: I have searched and made sure there are no existing issues for the issue I am filing
options:
- label: I have searched the existing issues
required: true
- type: textarea
attributes:
label: Description
description: A concise description of the proposal you are making and the use case for it
validations:
required: true
- type: textarea
attributes:
label: Description
description: A concise description of the proposal you are making and the use case for it
validations:
- type: textarea
attributes:
label: Solution
description: Describe the solution you are proposing to solve the feature proposal, this could include code snippets
validations:
required: true
- type: textarea
attributes:
label: Solution
description: Describe the solution you are proposing to solve the feature proposal, this could include code snippets
validations:
required: true
- type: textarea
attributes:
label: Alternatives
description: Describe any alternatives solutions you have considered
validations:
required: false
- type: dropdown
attributes:
label: Platforms
description: What is the platform associated with this proposal?
multiple: true
options:
- Android
- iOS
- CLI
- type: textarea
attributes:
label: Alternatives
description: Describe any alternatives solutions you have considered
validations:
required: false
- type: dropdown
attributes:
label: Platforms
description: What is the platform associated with this proposal?
multiple: true
options:
- Android
- iOS
- Android & iOS
- CLI
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
contact_links:
- name: Github Discussions
url: https://github.com/appcelerator/titanium_mobile/discussions
url: https://github.com/tidev/titanium_mobile/discussions
about: Ask a question in Github Discussions
- name: TiSlack
url: https://tislack.org
- name: TiDev
url: https://tidev.slack.com
about: Talk to other Titanium developers on Slack
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
**JIRA:** https://jira.appcelerator.org/browse/[TICKET]
**GitHub discussions:** https://github.com/tidev/titanium_mobile/discussions/[ID]

Provide a clear PR title prefixed with `[TICKET]`
Provide a clear PR title prefixed with `[ID]`

**Optional Description:**
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,6 @@ junit_report.xml
# in-memory blobs written to disk as the expected image for image comparison tests
/tests/Resources/ios/snapshots/1[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]_*.png
/tests/Resources/android/snapshots/1[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]_*.png

# VS Code History Extension
.history

0 comments on commit cc50eff

Please sign in to comment.