Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

💄 Add Code Linter To ‘utopia-php/abuse’ #4359

Closed
4 tasks
christyjacob4 opened this issue Oct 10, 2022 · 5 comments · Fixed by utopia-php/abuse#31
Closed
4 tasks

💄 Add Code Linter To ‘utopia-php/abuse’ #4359

christyjacob4 opened this issue Oct 10, 2022 · 5 comments · Fixed by utopia-php/abuse#31
Assignees
Labels
good first issue Good for newcomers hacktoberfest Issues that can win you some cool swags!

Comments

@christyjacob4
Copy link
Member

💭 Introduction

Linter is one of the most valuable tools in the open source world. It not only ensures every developer contributes the code with the same style but also allows CI/CD to ensure this. Having a linter set up should be a high priority for every project as it makes source code more readable for future contributors.

Your task is to update our library utopia-php/abuse and implement a code linter. We would like to use Pint as our linter.

To make this task easy, we created a sample pull request showing what exactly needs to be done to implement a linter into the Utopia PHP library: utopia-php/ab#7

🎯 Requirements

  • Experience with GitHub Actions.
  • Experience with Composer.
  • Experience with PHP.

✅ Task Summary

If you have questions, need any help, or just want to hang out, make sure to join us on our Discord server.

Happy Appwriting!

@christyjacob4 christyjacob4 added good first issue Good for newcomers hacktoberfest Issues that can win you some cool swags! labels Oct 10, 2022
@PMohanJ
Copy link

PMohanJ commented Oct 12, 2022

Hi, I would like to work on this issue.

@Meldiron
Copy link
Contributor

@PMohanJ , thanks for your interest! 🙏 Happy hacking! 🎃

@PMohanJ
Copy link

PMohanJ commented Oct 13, 2022

Hi @Meldiron, I have a small issue while pushing my branch to the origin. The error is as follows:

zettabyte-X541UAK:~/Desktop/abuse$ git push origin feat-code-formatter 
remote: Permission to utopia-php/abuse.git denied to PMohanJ.
fatal: unable to access 'https://github.com/utopia-php/abuse.git/': The requested URL returned error: 403

Would you mind helping a bit; mean while I'll also try to figure out something.

@stnguyen90
Copy link
Contributor

Hi @Meldiron, I have a small issue while pushing my branch to the origin.

@PMohanJ, yes, you won't be able to push to a repo you don't own. The typical flow for collaborators is to fork a repo and then submit a pull request. For more info on forking, you can refer to GitHub's docs.

@PMohanJ
Copy link

PMohanJ commented Oct 14, 2022

@stnguyen90 Thanks for the information! I've submitted the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers hacktoberfest Issues that can win you some cool swags!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants