Remember that for every question, you’ll get N beekeepers and N+3 opinions? Disagreement is fine - it’s healthy. We expect disagremeent on the contents of the wiki. You are welcome to add a different view to some of this content, as long as you give an honest critique of your opinion. Simply put, saying “all of this is wrong because I do it this way and it works for me” isn’t going to fly, but saying “This is my experience, and I’d like to add some content to show this as an option for people”, that does fly - the maintainers will discuss anything you add if it’s too edgy. The rules of engagement on this wiki are the same as they are on the subreddit: Be civil, Be respectful, Be helpful - Disagreement is healty when it’s communicated in a respectful way.
If you think (or know) that you have a controversial opinion, such as being treatment-free or letting colonies swarm endlessly, and want to discuss any changes of the content on the wiki, you are more than welcome to raise a discussion on the repo and discuss it with the maintainers, or you can make changes to the repo and raise a pull request (see below). Discussions can then happen based off of the content you wish to add.
Github runs on markdown (the same as reddit) - here’s a cheat sheet.
When you make a link by doing []()
you must add to the start of the page you link to; and also remove the .md from the end. If you don't, it will not add the
automatically, so links break; and .md
paths link directly to the file rather than the page. For example, if you added a link like this: [link text](/directory/page.md)
you would need to make it [link text](/directory/page)
example_file_name.md
example_directory
index.md
with a general overview of the section including links to the child pages.Note: Currently, there are no blockers on committing content for approved contributors. Once the main wiki is finished, we will revoke this so that only our maintainers can approve content.
this_is_not_a_disease.md
.md
as the extension/diseases/efb
will live at /diseases/efb.md
.TODO: Update the instructions for not-part-of-the-group bit
When you push new content and it conflicts with work that has been pushed since you started, you will find what’s known as a “merge conflict”. You will be asked to fix the merge conflict. The content of the page will appear with a conflict like this:
<<<<<<< HEAD
my content
=======
Some other content
>>>>>>>
Review the difference of the content between these two break points (the bit between <<
and ==
and then ==
and >>
), remove the markers and modify the content to whatever the content should be now. Whatever you change the content to here is what will be commited into the repo.
You can then mark the conflict as resolved and push the changes. If you are unsure on how to resolve a conflict, push a new branch to the repository, and let one of the maintainers (who knows git) fix the conflicts and push your changes for you.
This is not yet a thing, but will be. Everyone is free to contribute as much as they like for now, as long as they are in the pre-approved group.