code-review-pals
code-review-pals copied to clipboard
pull request language
for Category purposes, we need to have the language main of the Pull Requests. then we can show it better on Discord.
changes
- [ ] add language to the PR model
- [ ] create discord code review forums based on the languages
- [ ] On the website create a pull request make drop-down to specify the language
- [ ] Implement a feature for an automatic detect language
- [ ] category table ( if the possible fixe is good ) 🤷♂️
problems we may face:
- HTML and CSS are 2 different languages but we need them in one ( there will be more like this i think )
- we can not detect the framework, like it's Yii or Larael, React or Vue or Angular or ...
- a Pr may change a lot of files including different languages
- we may have PR to DockerFiles and we can not specify what this Pr is for
Possible fixes
- have special categories and manually and automatically make some rules to detect what the PR category is ( so we need to have a category table to add categories to the website )