community-toolbox
community-toolbox copied to clipboard
Fix recent contributors list's logic and repository fetching precedence
Hi, this is a first-timers-only issue. This means we've worked to make it more legible to folks who either haven't contributed to our codebase before, or even folks who haven't contributed to open source before.
If that's you, we're interested in helping you take the first step and can answer questions and help you out as you do. Note that we're especially interested in contributions from people from groups underrepresented in free and open source software!
We know that the process of creating a pull request is the biggest barrier for new contributors. This issue is for you 💝
If you have contributed before, consider leaving this one for someone new, and looking through our general help wanted issues. Thanks!
🤔 What you will need to know.
Nothing. This issue is meant to welcome you to Open Source :) We are happy to walk you through the process.
📋 Step by Step
-
[ ] 🙋 Claim this issue: Comment below. If someone else has claimed it, ask if they've opened a pull request already and if they're stuck -- maybe you can help them solve a problem or move it along!
-
[ ] 📝 Update the file index.js, community-toolbox.js, getAllContribsUtility.js and getRecentCommitsUtility.js in the
community-toolboxrepository (press the little pen Icon) and edit the line as shown below.
See this page for some help in taking your first steps!
Below is a "diff" showing in red (and a -) which lines to remove, and in green (and a +) which lines to add:
CHANGES TO BE DONE
- /models/index.js
$DIFF
+ require('../../node_modules/urlhash/urlHash');
+ let org = urlHash().getUrlHashParameter('o') || 'publiclab';
+ let getReposUtil = require('../utils/getAllContribsUtility')
- window.addEventListener('DOMContentLoaded', initialize());
+ window.addEventListener('DOMContentLoaded', () => {
+ getReposUtil.getAllRepos(org);
+ initialize();
+ });
- /scripts/community-toolbox.js, at this line
$DIFF
- model_utils.getItem('repos').then((repos) => {
+ return model_utils.getItem('repos').then((repos) => {
- /utils/getAllContribsUtility.js
$DIFF
+ let model_utils = require('../models/utils')
- /utils/getRecentCommitsUtility.js
$DIFF
- model_utils.getItem('repos').then((repos) => {
+ return model_utils.getItem('repos').then((repos) => {
-
[ ] 💾 Commit your changes
-
[ ] 🔀 Start a Pull Request. There are two ways how you can start a pull request:
-
If you are familiar with the terminal or would like to learn it, here is a great tutorial on how to send a pull request using the terminal.
-
You can also edit files directly in your browser and open a pull request from there.
- [ ] 🏁 Done Ask in comments for a review :)
Please keep us updated
💬⏰ - We encourage contributors to be respectful to the community and provide an update within a week of claiming a first-timers-only issue. We're happy to keep it assigned to you as long as you need if you update us with a request for more time or help, but if we don't see any activity a week after you claim it we may reassign it to give someone else a chance. Thank you in advance!
If this happens to you, don't sweat it! Grab another open issue.
Is someone else already working on this?
🔗- We encourage contributors to link to the original issue in their pull request so all users can easily see if someone's already started on it.
👥- If someone seems stuck, offer them some help! Otherwise, take a look at some other issues you can help with. Thanks!
🤔❓ Questions?
Leave a comment below!
hello, I was searching for a post like this one and it seems very welcoming. I have never contributed to open source and I feel like this will be a start for me. Please guide me through the process and I'll be thankful to you.
Hi @usamacjs, it's very good to see you're getting started with open source :smiley:. You can start by taking a look at this and this...follow the steps shown there to fork and clone the repo, then you can do the required changes and open a Pull Request (PR) regarding that :)
You can always ask for help if you feel stuck at any point in the process.
Thanks and best of luck!!! :tada:
Hi @Rishabh570 I see this is still open, up for grabs? I have also never contributed to open source and am excited to start doing so.
Hey @Rishabh570 this still seems to be open, I can submit a PR in the next 15-20 mins, shall I get started?
@dannomayer @PoseidonSigmaX A PR is already open for this issue...we appreciate your help, you can look for other first-timer-only issues here https://code.publiclab.org/#r=all
Thanks :smile: :+1:
Hello, is this still open? Can I work on it please?
Hello @Rishabh570,
Can I work on this issue please?
Hi! Is this issue still up for grabs? I would like to work on it.
Hi, guys anyone working on this?
Hi, @Rishabh570 can I work on it?
hello @Rishabh570 can I contribute to it. I'm a noob to open source and I really want to contribute to it. Hope for a reply. Thanks .
Hi @Rishabh570 ! I am very exited to work on this issue , if it is still open . I have learnt web development from coding ninjas and all my basic concepts are clear . I am very hardworking and have scored 94.2% in 12th . You can also go through my linkedIn profile - https://www.linkedin.com/in/tanish-a54b771b3 . Looking forward for your reply .
Hello,
This issue is now 1 year old. There is no assignees for this issue. If issue is already solved. Please close this issue.
Thanks for your time.
Is this still open I want to contribute to this issue as this issue is first-timers only?
Hi i am new to open source looking for opportunity please guide
Hii , is this issue still open?
I'd like to try this!
@Rishabh570 Can you please assign me this task
Hi, I am new to the open source community and I want to try this issue as it is first-time only and also is beginner friendly. I have already forked the project and started working on it. Thanks :)
hey @Rishabh570 I am interested in solving this issue, can i claim it ?