linksplatform / linksplatform/Bot
GitHub bot as a bug solver
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 29
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
If someone defines the expected behavior and a unit test that confirms that the bug is there (the behavior is unexpected). The bot should search for the part of the code that is responsible for that behavior and can create a naive way to fix it (given all other unit tests should pass), it may fail but still be able to find the place where the fix should be applied, it can mark it with code comment.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named. Start by identifying how this C# bot currently handles repository code and unit tests, then trace what would be needed to accept a failing test, locate responsible code, and mark a possible fix. Done would require a defined scope and behavior for this proposed bug-solving workflow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- devtools, testing-qa
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100