Skip to content

Commit

Permalink
Merge branch 'galaxy-lang:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
wesuRage authored Dec 18, 2024
2 parents e29a4e6 + 8714573 commit e36c5db
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions docs/contributors_guide/development_start_guide.md
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 :)

0 comments on commit e36c5db

Please sign in to comment.