How would I upload a module to GitHub?

How would I publish the source code of my module to GitHub? I am pretty new to this so

Also should this be in #development-discussion or #help-and-feedback:scripting-support or something else?

I have heard about Rojo but I am not sure if that is used for this

1 Like

You can look at the REST API for github here:
https://docs.github.com/en/rest/overview/endpoints-available-for-github-apps

You can send the request with your module’s source code through HttpService:
https://developer.roblox.com/en-us/api-reference/class/HttpService

I mean how I could get pull requests working or something
Once again I don’t really use GitHub, so I may not know what to do sometimes

Stuff like this but for only one module
image

I think I have an idea for you, If I read it right:

use rojo to connect your project with vs code

then from vs code you can just do use pull request to Github

Some Links:
Vs Code: Download Visual Studio Code - Mac, Linux, Windows

Rojo docs: https://rojo.space/docs/

:smiley:

3 Likes

I will be trying that, and yes that is what I mean. Thanks!

By the way I already have vs code, I use it a lot

1 Like

Haha same because It’s very easy and nice to work with

1 Like

Question, how would I do this for a module only? No folders or anything

I think I found docs about it:
https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/filtering-files-in-a-pull-request

1 Like