dtinit / data-transfer-project

The Data Transfer Project makes it easy for platforms to build interoperable user data portability features. We are establishing a common framework, including data models and protocols, to enable direct transfer of data both into and out of participating online service providers.
https://dtinit.org/docs/dtp-what-is-it
Apache License 2.0
3.57k stars 481 forks source link

Add support for Shutterfly #23

Open bwillard opened 6 years ago

bwillard commented 6 years ago

https://www.shutterfly.com/documentation/start.sfly

Gairick52 commented 1 year ago

@olsona do you need any help on this issue,i am beginner will more than willing to contribute

Moo331 commented 1 year ago

Yes

On Mon, Jan 9, 2023, 7:57 AM Gairick52 @.***> wrote:

@olsona https://github.com/olsona do you need any help on this issue,i am beginner will more than willing to contribute

— Reply to this email directly, view it on GitHub https://github.com/google/data-transfer-project/issues/23#issuecomment-1375660932, or unsubscribe https://github.com/notifications/unsubscribe-auth/A3QPMSD6ZX5N5IMZ3IJV7ZTWRQKNDANCNFSM4EKWCMAQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Gairick52 commented 1 year ago

@Moo331 `let me know if you need any help needed

Moo331 commented 1 year ago

I need help

darvesh29 commented 1 year ago

I need help

how can i help you

rohitchouhan35 commented 1 year ago

@Moo331 I'm a beginner and ready to burn my soul, just let me know how I help.

darvesh29 commented 1 year ago

@Moo331 I'm a beginner and ready to burn my soul, just let me know how I help.

i think his issue has been resolved

rohitchouhan35 commented 1 year ago

Still searching for some beginner-friendly open issues that I can contribute to can anyone help?

Higgs32584 commented 1 year ago

@rohitchouhan35 I cannot help you; I am trying to get my first open-source contribution. Issues so poorly explained as this should not be labeled good first issue, as any beginner is likely not familiar enough with the codebase to solve this. I recommend looking for a different issue or project. If anything, do not look at tags for good first issues, but look at issues something that are clearly explained and have a clearly defined problem. Also do not bother looking at issues older than a year, as maintainers in general tend not to respond to them.

I am trying to get my first open-source contribution as well. The one project I found to be easy to set up a dev environment for is matplotlib, maybe you should try that

rohitchouhan35 commented 1 year ago

@Higgs32584 I'm willing to put effort even if it feels exhausting but I need little help to get started and struggling to find that. Well, I'm open to collaborating on projects just let me know if you can ;) My leetcode profile: [https://leetcode.com/rohitchouhan35/]

Higgs32584 commented 1 year ago

@rohitchouhan35, might I suggest adding to the documentation of a project? Documentation is far easier to contribute to the first time than the code base and still contributes to open source. I still need to complete my first contribution, but I plan to make it documentation.

A first contribution to a codebase is challenging, as one has to know the ins and outs of a massive project to get it approved. Still, documentation is mainly about ease of use, which is far easier for a beginner to see than an expert. I recommend looking through requests for documentation on the matplotlib repo and seeing if you can contribute in any way.

People, in general, are also not good at marking things good first issues, so just look through all of them and go from there.

https://github.com/matplotlib/matplotlib/issues

rohitchouhan35 commented 1 year ago

@Higgs32584 well said, I'll definitely look for documentation so that I start contributing at least, and thanks for matplotlib recommendation.