How to make a feature request on luau

as someone who does not have much experiece with github it was hard for my first pull request (feature request at luau) and since there were no tutorials about it, i thought why not make one.

Why make a request in github?

Thank a commenter i realized features for the luau language should be requested for
at rfcs github page since they are responsible for the language who controls our games and projects.

Before we start

check out their readme.md and,
To write proper code examples in md file you need (```lua)
important: you have to put lua (or luau) in the beginning, so the file knows that the code is written in lua and it will make it colorful!

Example:

```lua
print(“this is a lua code example in github md file”)
```

Step by Step

  1. Make a github account.
  2. go to rfcs-page
  3. open template.md in a new page (for more help check out example.html)
  4. now go back to rfcs-page and click on fork (positioned around upper-right)
  5. now create a new fork (if you already have then skip this step)
  6. go back to rfcs-page then click on add file then create-new-file
  7. before anything name your file and at the end add .md very important
  8. now go to template.md and click on copy-raw (positioned at upper-right); paste it into your file.
  9. now write your own thoughts into the sections. (if you need help go to example.html)
  10. when finished click on Commit-changes'
  11. don’t ignore the title and description it is the key for it to be accepted
  12. now press Propose-changes
  13. now press Create-pull-request

Congratulations you have just posted your first luau feature request :fireworks:

Resources

github
rfcs website
rfcs page
template.md
readme.md
example.html

Finally

It is a complex way to make a simple request (at least for me it was) so if you have any questions go ahead.

How to report bug about luau?
go to issues then click on New issue.