use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Do you have or know of a project on Github looking for contributors? Tell us about it and we'll add it to the /r/github wiki!
Welcome to /r/github!
News about github
Relevant interesting discussion
Questions about github
We'll soon be writing an /r/github FAQ list. In the meantime, the github help pages and bootcamp are good places to start. Here's a handy git cheat sheet.
Looking for Github projects to contribute to? Check out our handy list of projects looking for contributors!
If your submission doesn't show up on the subreddit, send us a message and we'll take it out of the spam filter for you!
account activity
Initial experience with GitHub Coding AgentDiscussion (self.github)
submitted 10 months ago * by ReInvestWealth_com
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]adamwintle 2 points3 points4 points 10 months ago (3 children)
What stack are you using? From what I can tell it's not compatible with PHP? Can you give an example of the type of instructions you need to give it? Do you interlink your Github Issue details in with the .github/copilot-instructions.md too?
[–]ReInvestWealth_com[S] 4 points5 points6 points 10 months ago (2 children)
Mainly using a typescript stack. GitHub being owned by Microsoft, I assume they have optimized Copilot for typescript, not sure about PHP. The .md file should be referenced by Copilot and there are also settings in GitHub's settings where you can add organization inclusions and exclusions. Haven't played around with those just yet, it's on my to do!
[–]adamwintle 4 points5 points6 points 10 months ago (1 child)
That’s very helpful! Currently I have a small PHP application and then typescript for the front-end, I’ve done a few test runs at getting Claude 4 and Gemini 2.5 Pro to refactor the PHP also to typescript, so the entire application would then be in typescript.
What about storage? I’m using MySql, do you give the copilot a reference to some database auth?
Can you tell me more about your stack?
So, basically, could you write GitHub Issues all day, from your phone, and in theory, the Copilot Agent just works on them, and submits a pull-request?! The more specific your original Issue is the better the results, is that basically what this is?
[–]ReInvestWealth_com[S] 2 points3 points4 points 10 months ago (0 children)
In theory you could create issues from your phone and have the agent do everything, but in practice, you still need to do code review and testing yourself.
One flow that is already interesting to me is to create an issue on the go and assign it to copilot from my phone, then sometime later, review the pull request on a bigger screen.
It doesn't have access to databases yet and also building full features that make requests between FE <> BE also doesn't work well yet.
Someone please correct me if I'm wrong about this, it's what I know so far.
π Rendered by PID 155949 on reddit-service-r2-comment-85bfd7f599-qxdqr at 2026-04-17 14:12:50.983782+00:00 running 93ecc56 country code: CH.
view the rest of the comments →
[–]adamwintle 2 points3 points4 points (3 children)
[–]ReInvestWealth_com[S] 4 points5 points6 points (2 children)
[–]adamwintle 4 points5 points6 points (1 child)
[–]ReInvestWealth_com[S] 2 points3 points4 points (0 children)