-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Looking for Maintainer #603
Comments
What is the current maintainer status of docsify? After investing in docsify by creating docsify-themeable and docsify-tabs, it would be disappointing to learn that the project is no longer maintained. Some signs of life would go a long way towards motivating others to sign on as maintainers (myself included) if that's what's needed. |
@jhildenbiddle |
Perhaps as a supporting team member, but not as the sole maintainer. As I mentioned above, seeing some signs of life—even if it's just base-level maintenance like merging PRs and addressing only critical fixes—would help motivate myself and others to lend a hand. If you were willing to commit to base-level maintenance of the project moving forward, I would be willing to assist with the effort. We can work together to define exactly what "base-level" means and how to handle existing issues and PRs, as well as incoming issues and feature requests. Given that there are zero maintainers now and no work is being done, putting a plan in place that involves even just a few hours per month would breath some life back into the project. |
I'm interested in joining the team 🙋♂️ Docsify is amazing! |
@cheng-kang 🤩Cool Sorry for late reply... |
@QingWei-Li I'm in a similar position as @jhildenbiddle in that I'm making a variety of plugins and have just started using docsify for all the things. I would like to help where possible as a supporting member (not sole maintainer) as I want docsify to thrive! |
I actually asked a similar questions, the answer is quite short ;) |
@QingWei-Li @jhildenbiddle @jthegedus @cheng-kang I would like to discuss which policy we want to drive for docsify. Are too busy to check? That means either we wait until someone has time or can I merge my own pull request? If the latter, then we should define some rules and add them probably into the CONTRIBUTING:md What do you think? |
@timaschew I'm not sure who is part of the group Given I have not seen a post from @QingWei-Li I assume they are still looking for maintainers. I'm certainly open to helping, but don't have the skill to be a sole maintainer at this time (open to guidance). I like the requirements that repos have where you need at least 2 reviewers before merging. DefinitelyTyped has cool tooling that automatically pings anyone who has previously edited the code that is being changed, so that people who know the context of the changes can review it. Maybe we consider adding something like that here. (I have not set it up before, but it works well on their repo - https://github.com/DefinitelyTyped/dt-review-tool) I think we should definitely review the rules and guidance in the Contributing guide and the GitHub templates. I have spent some time doing that with other projects recently so happy to give that a go. |
Oh, actually I was expecting to see you @jthegedus and @jhildenbiddle in the core team, but you are not part of it (yet). Members are currently:
Are you okay if I add you (@jthegedus and @jhildenbiddle) to it, so it will be easier to reach out to you all via
Sure, that's enough for now.
But this only works if the feedback delay is short. So waiting longer than a week for instance doesn't work/scale. I mean it doesn't help I think if people are busy with other stuff or having other priorities – and that's fine. But in this case we shouldn't expect to get feedback from them. |
@QingWei-Li I wanted to add @jthegedus and @jhildenbiddle to the core team but I can't. Can you do that or give me maintainer permissions, please? |
Hey @timaschew. Apologies for not responding sooner. Happy to take on a supporting role, and I agree that getting some rules in place for how the project will be maintained moving forward is an important step. I like the idea of two reviews before a merge, especially early on and with so many new core team members. If the requirement becomes burdensome, we can reevaluate. The exception to the rule would be @QingWei-Li, obviously. |
@QingWei-Li do you consider to give me maintainer permissions for the docsify organization on GitHub and publish permissions on npm for docsify? |
Sorry but this doesn't work for me (and I guess even in general). I'm going to fork this project and publish it under doczify. |
@timaschew -- I feel your frustration. The maintainer's unwillingness to provide a base level of support for the project is why I've resigned myself to only creating issues (because I want to see the project improve) rather than fixing them myself (because the project feels almost abandoned at this point). It's too bad, because with a few enhancements (pre-rendered static content being the most important, IMHO) I think docsify could be in a very strong position against some heavyweight competitors. A project with 9000+ stars is a success by any measure. It would be truly unfortunate if people dedicated to the ongoing success of the project were forced to fork instead of allowing them to contribute directly to docsify--especially after being asking to sign on as maintainers of the project. Thanks for diving in and trying find some traction, @timaschew. @QingWei-Li -- Can we resolve this issue by granting @timaschew maintainer permissions so we can avoid forking? If you have hesitations, can you work together to discuss them? I am willing to help where possible (for example, if we want to insist on having two folks review changes before a new release can be published). |
I really hope
|
Continue the discussion here from #802 because it's not really related to the pull request
No worries ;) But it's a pity that you're leaving. Please add jhildenbiddle and timaschew for the npm modules. |
Now you have the publishing permission for docsify, docsify-cli, docsify-server-renderer |
@jhildenbiddle you've an invitation for the core team. |
@QingWei-Li How do I deploy new changes to https://docsify.js.org ? |
Merge code to master and run `npm run pub`
Anton Wilhelm <[email protected]> 于 2019年4月14日周日 06:08写道:
… @QingWei-Li <https://github.com/QingWei-Li> How do I deploy new changes
to https://docsify.js.org ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#603 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHNxfAnG71V2n6G0RjL7hOW_bzTWoLeeks5vglVRgaJpZM4V01XR>
.
|
The release.sh is just deploying docsify to npm. |
Just merge code to master branch. The docs website now contains now content.
Anton Wilhelm <[email protected]> 于 2019年4月14日周日 17:09写道:
… The *release.sh* is just deploying docsify to npm.
But how are the html and md files deployed?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#603 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHNxfKVhDyjeNIdSWrG5gQurq7KePu3Eks5vgvAsgaJpZM4V01XR>
.
|
But that means if I merge md files (docs) to master they are immediately updating docsify.js.org but the md files which describes a feature are maybe not published to npm at this time. To keep docs and code aligned that means I need to publish a new version every time I merge something to master? This seems a bit unflexible. |
Hey guys, first of all, awesome project you have here and would be a shame to see it die. I find the current issues really important for development and am very interested in joining the team and help contribute. What's the current state of the project? |
@Gab0o777 Thanks, I am really glad to hear that! So for my bad English, but I really hope this community can be live again! |
It's not a good news... Indeed ,we should not let the awesome project be abandoned. Although I'm not skilled in JS , I would like to help contribute within the scope of my ability. @upupming |
@Koooooo-7 Thanks for your encouragement, but I'm not very experienced, either. I am still learning front end development and willing to contribute to docsify~ |
FYI: I am currently on vacation for some weeks. So I won’t contribute so much I guess. |
I'm not even using Docsify, but I am happy it's not dead yet. Kudos to everyone here involved for keeping the conversation civil and productive and ultimately reaching a positive outcome (light at the end of the tunnel). |
hope it will be better。 |
Love this project but it looks like it is stagnating again. |
I've planned to use docsify at work and my idea was to contribute most work back to this open source project. But since I've realized VuePress is a better fit for our case at work I've stopped using docsify. |
I too am in the same position as @timaschew . I was using this tool for other projects, thought I would be able to contribute during overlap with work and thought I would have more time in my personal time to put towards this. I was incorrect and cannot devote the amount of time required to maintain this project and the growing # of contributions. |
I'm using docsify for my open source documentation and would love to help maintain it if the original maintainers don't have the time. |
Welcome @felangel, I've invited you to the docsifyjs organization. |
I use docsify on a daily basis (my-cs-notes) and I really like it. I don't want this awesome project to go unmaintained. I'm willing to sacrifice some of my free time for the project. |
Hi @QingWei-Li @timaschew author of https://github.com/egoist/docute here Seeing so many great projects using Docisfy is really inspiring, I would love to help the team maintain this awesome software! As a result I would probably deprecate Docute too. |
Count me in . |
We've just started using docsify in our companies internal projects, and I'm willing to include it in one of my open source projects. I'd love to be part of it to keep it healthy. |
Hi, folks.... |
cc @QingWei-Li @timaschew @jhildenbiddle Is there any way to contact you guys apart from github ? I think we need someone to merge PRs of docsify-cli. as there are quite a good number of security alerts there in the dependencies. |
@anikethsaha just merged the security PRs from dependabot 👍 |
@felangel are you guys looking for new maintainers ?like is this issue resolved ? |
@anikethsaha I'm not sure as I only recently joined the organization |
@felangel okay will wait for others to respond 👍 |
@QingWei-Li I would love to collaborate on the |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
As you can see, this project is now rarely maintained. First, I think the project is basically stable. Second, I am busy recently.
So I am looking forward to joining the docsify team to help refine and fix the issue.
😇
The text was updated successfully, but these errors were encountered: