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

feat: Added Contributed Repos to profile page #181

Merged
merged 13 commits into from
Jun 14, 2023
Merged

Conversation

punyamsingh
Copy link
Contributor

What type of PR is this? (check all applicable)

  • πŸ• Feature
  • πŸ› Bug Fix
  • πŸ“ Documentation Update
  • 🎨 Style
  • πŸ§‘β€πŸ’» Code Refactor
  • πŸ”₯ Performance Improvements
  • βœ… Test
  • πŸ€– Build
  • πŸ” CI
  • πŸ“¦ Chore (Release)
  • ⏩ Revert

Description

Added Contributed Repos to the profile page #112

Related Tickets & Documents

Resolves #112

Mobile & Desktop Screenshots/Recordings

image
since this is my first contribution, it shows 0(lol). so I really need someone to run and check if its working for them.

image
this is the function I wrote and added to date

Added tests?

  • πŸ‘ yes
  • πŸ™… no, because they aren't needed
  • πŸ™‹ no, because I need help

Added to documentation?

  • πŸ“œ README.md
  • πŸ““ docs.opensauced.pizza
  • πŸ• dev.to/opensauced
  • πŸ“• storybook
  • πŸ™… no documentation needed

[optional] Are there any post-deployment tasks we need to perform?

Just run and check if it's showing the right results for you guys too.

[optional] What gif best describes this PR or how it makes you feel?

image

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Compliance Checks

Thank you for your Pull Request! We have run several checks on this pull request in order to make sure it's suitable for merging into this project. The results are listed in the following section.

Protected Branch

In order to be considered for merging, the pull request changes must not be implemented on the "beta" branch. This is described in our Contributing Guide. We would suggest that you close this PR and implement your changes as described in our Contributing Guide and open a new pull request.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congrats on making your first Pull Request and thanks for taking the time to improve Open Sauced! ❀️! πŸŽ‰πŸ•
Say hello by joining the conversation in our Discord

Copy link
Member

@bdougie bdougie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This works and looks great. Just have a request for a better variable name. You can accept changes in a batch, or change them locally. Which ever you prefer.

Screen Shot 2023-06-14 at 7 55 03 PM

src/popup/pages/profile.tsx Outdated Show resolved Hide resolved
src/utils/getContributedRepos.ts Outdated Show resolved Hide resolved
src/utils/getContributedRepos.ts Outdated Show resolved Hide resolved
src/utils/getContributedRepos.ts Outdated Show resolved Hide resolved
src/utils/getContributedRepos.ts Outdated Show resolved Hide resolved
src/popup/pages/profile.tsx Outdated Show resolved Hide resolved
@punyamsingh
Copy link
Contributor Author

thanks so much for pointing that out. I accepted the changes. will keep it in mind for the future too.

@punyamsingh punyamsingh changed the title feat: Added Contributed Repos to profile page #112 feat: Added Contributed Repos to profile page Jun 14, 2023
@punyamsingh punyamsingh requested a review from bdougie June 14, 2023 19:25
src/utils/getContributedRepos.ts Outdated Show resolved Hide resolved
src/popup/pages/profile.tsx Outdated Show resolved Hide resolved
@diivi
Copy link
Contributor

diivi commented Jun 14, 2023

Looks Great, thanks for working on this! @punyamsingh

@diivi diivi merged commit 4901f7b into open-sauced:beta Jun 14, 2023
@diivi
Copy link
Contributor

diivi commented Jun 14, 2023

Congrats on your first merged PR! Welcome to OpenSauced :P πŸš€

github-actions bot pushed a commit that referenced this pull request Jun 14, 2023
## [1.7.0-beta.1](v1.6.1-beta.1...v1.7.0-beta.1) (2023-06-14)

### πŸ• Features

* Added Contributed Repos to profile page ([#181](#181)) ([4901f7b](4901f7b))
@github-actions
Copy link

πŸŽ‰ This PR is included in version 1.7.0-beta.1 πŸŽ‰

The release is available on GitHub release

Your semantic-release bot πŸ“¦πŸš€

github-actions bot pushed a commit that referenced this pull request Jun 15, 2023
## [1.7.0](v1.6.0...v1.7.0) (2023-06-15)

### πŸ› Bug Fixes

* update email invite message ([c1008e5](c1008e5))

### πŸ• Features

* Added Contributed Repos to profile page ([#181](#181)) ([4901f7b](4901f7b))
* AI PR review menu ([#174](#174)) ([ef52439](ef52439))
@github-actions
Copy link

πŸŽ‰ This PR is included in version 1.7.0 πŸŽ‰

The release is available on GitHub release

Your semantic-release bot πŸ“¦πŸš€

zer0and1 pushed a commit to zer0and1/open-sauced.ai that referenced this pull request Jul 26, 2023
## [1.7.0-beta.1](open-sauced/ai@v1.6.1-beta.1...v1.7.0-beta.1) (2023-06-14)

### πŸ• Features

* Added Contributed Repos to profile page ([#181](open-sauced/ai#181)) ([4901f7b](open-sauced/ai@4901f7b))
zer0and1 pushed a commit to zer0and1/open-sauced.ai that referenced this pull request Jul 26, 2023
## [1.7.0](open-sauced/ai@v1.6.0...v1.7.0) (2023-06-15)

### πŸ› Bug Fixes

* update email invite message ([c1008e5](open-sauced/ai@c1008e5))

### πŸ• Features

* Added Contributed Repos to profile page ([#181](open-sauced/ai#181)) ([4901f7b](open-sauced/ai@4901f7b))
* AI PR review menu ([#174](open-sauced/ai#174)) ([ef52439](open-sauced/ai@ef52439))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Add contributed repos
3 participants