You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Your First Code Contribution](#your-first-code-contribution)
22
-
-[Improving The Documentation](#improving-the-documentation)
23
-
-[Styleguides](#styleguides)
24
-
-[Commit Messages](#commit-messages)
25
-
-[Join The Project Team](#join-the-project-team)
26
-
27
-
19
+
-[Pushing Commits to Pull Requests](#pushing-commits-to-pull-requests)
28
20
29
21
## I Have a Question
30
22
@@ -36,33 +28,17 @@ If you then still feel the need to ask a question and need clarification, we rec
36
28
37
29
- Open an [Issue](https://github.com/lambdaclass/cairo_native/issues/new).
38
30
- Provide as much context as you can about what you're running into.
39
-
- Provide project and platform versions (nodejs, npm, etc), depending on what seems relevant.
31
+
- Provide project and platform versions (Cairo language, Rust compiler, os, arch, etc.), depending on what seems relevant.
40
32
41
33
We will then take care of the issue as soon as possible.
42
34
43
-
<!--
44
-
You might want to create a separate issue tag for questions and include it in this description. People should then tag their issues accordingly.
45
-
46
-
Depending on how large the project is, you may want to outsource the questioning, e.g. to Stack Overflow or Gitter. You may add additional contact and information possibilities:
47
-
- IRC
48
-
- Slack
49
-
- Gitter
50
-
- Stack Overflow tag
51
-
- Blog
52
-
- FAQ
53
-
- Roadmap
54
-
- E-Mail List
55
-
- Forum
56
-
-->
57
-
58
35
## I Want To Contribute
59
36
60
-
> ### Legal Notice<!-- omit in toc -->
37
+
> ### Legal Notice
61
38
> When contributing to this project, you must agree that you have authored 100% of the content, that you have the necessary rights to the content and that the content you contribute may be provided under the project licence.
62
39
63
40
### Reporting Bugs
64
41
65
-
<!-- omit in toc -->
66
42
#### Before Submitting a Bug Report
67
43
68
44
A good bug report shouldn't leave others needing to chase you up for more information. Therefore, we ask you to investigate carefully, collect information and describe the issue in detail in your report. Please complete the following steps in advance to help us fix any potential bug as fast as possible.
@@ -74,14 +50,13 @@ A good bug report shouldn't leave others needing to chase you up for more inform
74
50
- Collect information about the bug:
75
51
- Stack trace (Traceback)
76
52
- OS, Platform and Version (Windows, Linux, macOS, x86, ARM)
77
-
- Version of the interpreter, compiler, SDK, runtime environment, package manager, depending on what seems relevant.
53
+
- Version of the Cairo compiler, Cairo Native, Rust, package manager, depending on what seems relevant.
78
54
- Possibly your input and the output
79
55
- Can you reliably reproduce the issue? And can you also reproduce it with older versions?
80
56
81
-
<!-- omit in toc -->
82
57
#### How Do I Submit a Good Bug Report?
83
58
84
-
> You must never report security related issues, vulnerabilities or bugs including sensitive information to the issue tracker, or elsewhere in public. Instead sensitive bugs must be sent by email to <>.
59
+
<!--> You must never report security related issues, vulnerabilities or bugs including sensitive information to the issue tracker, or elsewhere in public. Instead sensitive bugs must be sent by email to <>.-->
85
60
<!-- You may add a PGP key to allow the messages to be sent encrypted as well. -->
86
61
87
62
We use GitHub issues to track bugs and errors. If you run into an issue with the project:
@@ -97,55 +72,36 @@ Once it's filed:
97
72
- A team member will try to reproduce the issue with your provided steps. If there are no reproduction steps or no obvious way to reproduce the issue, the team will ask you for those steps and mark the issue as `needs-repro`. Bugs with the `needs-repro` tag will not be addressed until they are reproduced.
98
73
- If the team is able to reproduce the issue, it will be marked `needs-fix`, as well as possibly other tags (such as `critical`), and the issue will be left to be [implemented by someone](#your-first-code-contribution).
99
74
100
-
<!-- You might want to create an issue template for bugs and errors that can be used as a guide and that defines the structure of the information to be included. If you do so, reference it here in the description. -->
101
-
102
-
103
75
### Suggesting Enhancements
104
76
105
77
This section guides you through submitting an enhancement suggestion for Cairo Native, **including completely new features and minor improvements to existing functionality**. Following these guidelines will help maintainers and the community to understand your suggestion and find related suggestions.
106
78
107
-
<!-- omit in toc -->
108
79
#### Before Submitting an Enhancement
109
80
110
81
- Make sure that you are using the latest version.
111
82
- Read the [documentation](https://lambdaclass.github.io/cairo_native/cairo_native/) carefully and find out if the functionality is already covered, maybe by an individual configuration.
112
83
- Perform a [search](https://github.com/lambdaclass/cairo_native/issues) to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one.
113
84
- Find out whether your idea fits with the scope and aims of the project. It's up to you to make a strong case to convince the project's developers of the merits of this feature. Keep in mind that we want features that will be useful to the majority of our users and not just a small subset. If you're just targeting a minority of users, consider writing an add-on/plugin library.
114
85
115
-
<!-- omit in toc -->
116
86
#### How Do I Submit a Good Enhancement Suggestion?
117
87
118
88
Enhancement suggestions are tracked as [GitHub issues](https://github.com/lambdaclass/cairo_native/issues).
119
89
120
90
- Use a **clear and descriptive title** for the issue to identify the suggestion.
121
91
- Provide a **step-by-step description of the suggested enhancement** in as many details as possible.
122
92
-**Describe the current behavior** and **explain which behavior you expected to see instead** and why. At this point you can also tell which alternatives do not work for you.
123
-
- You may want to **include screenshots or screen recordings** which help you demonstrate the steps or point out the part which the suggestion is related to. You can use [LICEcap](https://www.cockos.com/licecap/) to record GIFs on macOS and Windows, and the built-in [screen recorder in GNOME](https://help.gnome.org/users/gnome-help/stable/screen-shot-record.html.en) or [SimpleScreenRecorder](https://github.com/MaartenBaert/ssr) on Linux. <!-- this should only be included if the project has a GUI -->
124
93
-**Explain why this enhancement would be useful** to most Cairo Native users. You may also want to point out the other projects that solved it better and which could serve as inspiration.
125
94
126
-
<!-- You might want to create an issue template for enhancement suggestions that can be used as a guide and that defines the structure of the information to be included. If you do so, reference it here in the description. -->
127
-
128
-
### Your First Code Contribution
129
-
<!-- TODO
130
-
include Setup of env, IDE and typical getting started instructions?
95
+
### Pushing Commits to Pull Requests
131
96
132
-
-->
97
+
This repository enforces commit signing on all branches. See [this page](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits) for more details on how to sign a commit and how to manage signing keys in Github.
133
98
134
-
### Improving The Documentation
135
99
<!-- TODO
136
-
Updating, improving and correcting the documentation
137
-
138
-
-->
139
-
140
100
## Styleguides
141
101
### Commit Messages
142
-
<!-- TODO
143
-
102
+
### Labels
144
103
-->
145
104
146
-
## Join The Project Team
147
-
<!-- TODO -->
148
-
149
-
<!-- omit in toc -->
150
105
## Attribution
106
+
151
107
This guide is based on the [contributing.md](https://contributing.md/generator)!
0 commit comments