-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'galaxy-lang:main' into main
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Getting Started | ||
|
||
Welcome to the first introduction to developers guide, and thanks for your interest in contributing for Galaxy Language. | ||
|
||
If you want to ask some questions, feel free to join our Telegram group: <> | ||
|
||
*** | ||
|
||
# Claim Bug | ||
|
||
Unfortunately, at the moment we do not have a platform 100% dedicated to tracking bugs. However, we have our Github, and the "issues" tab, where you can submit your bugs, follow the title rule below for classifying bugs: | ||
|
||
bugpoint(short description): Submit a fully and detailed description about the bug. | ||
Ex: | ||
|
||
```llvm(compiler): LLVM is not the correct version for compilation``` | ||
|
||
*** | ||
|
||
# Set-Up your Dev Environment. | ||
|
||
See the README on our GitHub home page (https://github.com/galaxy-lang/galaxy?tab=readme-ov-file#build-the-projec) to install | ||
your project on your machine. | ||
|
||
If you got stuck in any process, contact us: <> | ||
|
||
*** | ||
|
||
# Write the patch and send to review code. | ||
|
||
After writing the patch, open a Pull Request in our Github the code will be reviwed and | ||
|
||
possibly will be accepted :) |