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

invite involvement in updating wiki pages via notices #106

Closed
5 tasks
jywarren opened this issue Jun 19, 2014 · 12 comments
Closed
5 tasks

invite involvement in updating wiki pages via notices #106

jywarren opened this issue Jun 19, 2014 · 12 comments
Labels
enhancement explains that the issue is to improve upon one of our existing features first-timers-only They need to be well-formatted using the First-timers_Issue_Template. help wanted requires help by anyone willing to contribute summer-of-code
Milestone

Comments

@jywarren
Copy link
Member

jywarren commented Jun 19, 2014

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!

If you have contributed before, consider leaving this one for someone new, and looking through our general help wanted issues. Thanks!

The problem

Give a bootstrap alert on top of wiki pages that haven't been edited for the past 6 months prompting users to contribute to it.

Solution

Go to the wiki/show template and add an alert with .alert-info bootstrap class with some text like "This wiki page hasn't been edited for quite long. Consider updating it if you are acquainted with it."

This should be shown for wiki pages that haven't been edited for past 6 months. So the code should be like

<% if @node.latest.created_at < Time.now - 6.months %>
  <div class="alert alert-info" role="alert">...</div>
<% end %>

Steps to Fix

  • claim this issue with a comment here, below, and ask any clarifying questions you need
  • set up a repository locally following the README instructions, and make sure that all tests pass
  • try to fix the issue following the steps above, but even before you're done, you can:
  • commit your changes and start a pull request (see contributing to Public Lab software) but mark it as "in progress" if you have questions or if you haven't finished
  • alert someone via the developers list (see below) to have your pull request merged. This may take a few extra steps depending on when you do it, but we'll help you out!

Please email the developers list (see https://publiclab.org/wiki/developers) if you have questions, and take a look at our first-timers landing page for more information!

@ananyo2012
Copy link
Member

@jywarren Some idea on this?

@jywarren
Copy link
Member Author

jywarren commented Nov 14, 2016

We could display a notice if a wiki page hasn't been edited in more than 6
months, and say "wiki pages need help from contributors like you" or
something...

@jywarren jywarren added fto-candidate issues which are meant to be solved by first timers but aren't well-formatted yet help wanted requires help by anyone willing to contribute labels Nov 15, 2016
@jywarren jywarren added this to the Rich Wikis milestone Nov 18, 2016
@ananyo2012 ananyo2012 added first-timers-only They need to be well-formatted using the First-timers_Issue_Template. summer-of-code and removed fto-candidate issues which are meant to be solved by first timers but aren't well-formatted yet labels Dec 17, 2016
@ananyo2012
Copy link
Member

@jywarren Does this look ok now? I was thinking of adding this as a Google Code-in task.

@jywarren
Copy link
Member Author

I think this would make a good GCI task, yes!

@snigdhaAgarwal
Copy link

I would like to take this up if no one is working on it.

@ananyo2012
Copy link
Member

@Fankee This is actually reserved as a Google Code-in task. Can you take up other issues that aren't labelled with gcin label? You can look at fto-candidate issues. They are close to becoming first-timer issues.

@MayankKashyap
Copy link

MayankKashyap commented Mar 5, 2017

@jywarren I would like to take this issue , because I think no one work on it

@MayankKashyap
Copy link

@jywarren can i work on this issue.?

@jywarren
Copy link
Member Author

jywarren commented Mar 6, 2017

Yes I think you're right, and GCI is now over for a few months. Please go ahead, and thanks!

@MayankKashyap
Copy link

OK @jwarren , I am working on it

@aspriya
Copy link
Collaborator

aspriya commented Mar 25, 2017

@MayankKashyap , are you still working on this one. As I'm hoping to contribute for Wiki Discussion idea in GSoC, I'm just fixing issues related to it.

@jywarren
Copy link
Member Author

jywarren commented Mar 28, 2017 via email

@jywarren jywarren moved this from first-timers to in-progress in Outreach and coordination Apr 4, 2017
@jywarren jywarren moved this from in-progress to recently-completed in Outreach and coordination Apr 4, 2017
@jywarren jywarren removed this from First-timers only! in Welcome, new contributors! Apr 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement explains that the issue is to improve upon one of our existing features first-timers-only They need to be well-formatted using the First-timers_Issue_Template. help wanted requires help by anyone willing to contribute summer-of-code
Projects
No open projects
Outreach and coordination
  
recently-completed
Development

No branches or pull requests

5 participants