Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up new repository #1

Merged
merged 23 commits into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
/crates/cairo-lang-doc @orizi @mkaput @Arcticae @Draggu @piotmag769 @integraledelebesgue
/crates/cairo-lang-language-server @orizi @mkaput @Arcticae @Draggu @piotmag769 @integraledelebesgue
/vscode-cairo @orizi @mkaput @Arcticae @Draggu @piotmag769 @integraledelebesgue
* @software-mansion/cairo-ls
37 changes: 0 additions & 37 deletions .github/ISSUE_TEMPLATE/01_BUG_REPORT.md

This file was deleted.

35 changes: 0 additions & 35 deletions .github/ISSUE_TEMPLATE/02_FEATURE_REQUEST.md

This file was deleted.

7 changes: 0 additions & 7 deletions .github/ISSUE_TEMPLATE/03_CODEBASE_IMPROVEMENT.md

This file was deleted.

45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: Bug Report
description: Create a report to help us improve
labels: [ "bug" ]
body:
- type: markdown
attributes:
value: Thanks for filing a 🐛 bug report 😄!
- type: textarea
id: problem
attributes:
label: Problem
description: >
Please provide a clear and concise description of what the bug is,
including what currently happens and what you expected to happen.
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps
description: Please list the steps to reproduce the bug.
placeholder: |
1.
2.
3.
- type: textarea
id: possible-solutions
attributes:
label: Possible Solution(s)
description: >
Not obligatory, but suggest a fix/reason for the bug,
or ideas how to implement the addition or change.
- type: textarea
id: notes
attributes:
label: Notes
description: Provide any additional notes that might be helpful.
- type: textarea
id: scarb-version
attributes:
label: Scarb Version
description: >
Please paste the output of running `scarb --version`.
Remember to do this in the affected project directory.
render: text
8 changes: 3 additions & 5 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
blank_issues_enabled: false
contact_links:
- name: Cairo Community Support
url: https://github.com/starkware-libs/cairo/discussions
about: Please ask and answer questions here.
- name: Cairo Language Server Telegram Channel
url: https://t.me/cairo_ls_support
about: Have a question or issue? Chat with the community and developers here.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: Feature Request
description: Suggest an idea for enhancing CairoLS
labels: [ "enhancement" ]
body:
- type: markdown
attributes:
value: |
Thanks for filing a 🙋 feature request! 😄

If the feature request is relatively small and already with a possible solution, this might be the place for you.

If you are brewing a big feature that needs feedback from the community, [the CairoLS Telegram channel][tg] is the best fit.
You can also talk the idea over with other developers over there.

[tg]: https://t.me/cairo_ls_support
- type: textarea
id: problem
attributes:
label: Problem
description: >
Please provide a clear description of your use case and the problem
this feature request is trying to solve.
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed Solution
description: >
Please provide a clear and concise description of what you want to happen.
- type: textarea
id: notes
attributes:
label: Notes
description: Provide any additional context or information that might be helpful.
19 changes: 0 additions & 19 deletions .github/workflows/artifacts.yml

This file was deleted.

Loading
Loading