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

Suggest beginner-only tasks here! #250

Open
m1guelpf opened this issue Apr 26, 2017 · 15 comments
Open

Suggest beginner-only tasks here! #250

m1guelpf opened this issue Apr 26, 2017 · 15 comments

Comments

@m1guelpf
Copy link
Member

Use this issue to suggest beginner-only tasks!

@AbhayGoyal
Copy link

How can i start helping to open source?

@m1guelpf
Copy link
Member Author

m1guelpf commented May 21, 2017

@AbhayGoyal You can see a list of begginer tasks here, some other tasks more difficult here or you can suggest new ones in this issue.

@m1guelpf m1guelpf self-assigned this Oct 1, 2017
@nhwaani
Copy link

nhwaani commented Dec 22, 2017

hello , i am new to open source projects, i know laravel begineer to intermediate level, how can i contribute to this project .. please share some insights..i

@m1guelpf
Copy link
Member Author

m1guelpf commented Dec 23, 2017

@nadeem09wani Let's get you an easy task to start 😄

Task

Fixing the tests

Description

Rigth now, the tests are failing, specifically this test:

public function testDashboard()
{
$user = factory(User::class)->create();
factory(Org::class, 5)->create([
'userid' => $user->id,
]);
$response = $this->actingAs($user)
->get('dashboard');
$response->assertStatus(200)
->assertViewHas('orgs', Org::where('userid', '=', $user->id)->paginate(15));
}

TO DO

  • Fork the repository
  • Fix the test by changing line 29 to get all of the user's organizations instead of paginating them
  • Make a Pull Request

@rumansaleem
Copy link
Contributor

Hey @m1guelpf , I am new to open source. I want to start with my first open source contribution. I know Laravel intermediate level to a little bit of advanced stuff. Should I submit a PR to this task or ask for another task?

@rumansaleem rumansaleem mentioned this issue Dec 24, 2017
8 tasks
@Batey96
Copy link

Batey96 commented Apr 15, 2018

HI1 i have quite some time been playing with github and open source contribution but i dont seem to get a proper deep understanding of github and open source contribution

@Batey96
Copy link

Batey96 commented Apr 15, 2018

Would love you guys guide me probably by giving me small tasks to do.Am a beginner to c#, php and c++

@Samwel24
Copy link

Hi guys, I am new at opensource how can I contribute?

@EliasFl
Copy link

EliasFl commented Jul 17, 2018

Hello! I'm new to opensource too. How can I help?

@AlejandroC0701
Copy link

Helo!! I'm new to opensource. I saw that you need help to design your new graphical interface. In what way can I collaborate?

@Yukiioz
Copy link

Yukiioz commented Nov 13, 2018

Hello Team,

I just got to know about OrgManager and I love what you people are doing and for now, I personally would like to contribute in this as of my level best knowledge and experience. Hope that, I will get a chance to prove my point here.

Best,
Mohammed Israil

@slash12
Copy link

slash12 commented Dec 22, 2018

Hello,
Can i know how to set up the environment for this project?
btw this is my first time contributing to an open source project on github.
I already have Xampp and laravel installed. I had already forked and clone the project on my PC.

@ShadowDLL
Copy link

How can I help?

@shivanidave85
Copy link

Hi I am new to open source how can I start contributing. I am currently into python and data science.

@Kyaary
Copy link

Kyaary commented Jan 19, 2021

Hello !
I'm looking for my first open source contribution. I've done some little projects with Laravel, i have intermediate level.
How can I help ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests