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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ways to contribute, without coding, in just 5-10 minutes #287

Open
rathboma opened this issue Aug 14, 2020 · 20 comments
Open

Ways to contribute, without coding, in just 5-10 minutes #287

rathboma opened this issue Aug 14, 2020 · 20 comments
Labels
planning 馃搯 Not bugs or features, just talking

Comments

@rathboma
Copy link
Collaborator

rathboma commented Aug 14, 2020

Thank you for supporting Beekeeper Studio! 馃帀

Plenty of you wonderful people have asked how to help but don't know how to code in Vue and Electron.

Fear not! There are lots of things you can do to help the project

Help Spread the Word

  1. Leave us a text or video testimonial - these help us tell other developers why they should use the app
  2. Writing honest (we mean it!) reviews on Slant.co, G2, Alternative To, or Product Hunt
  3. Tell your friends! Literally tell someone in person, or (if Covid is still around) via some digital mechanism like chat or Zoom.
  4. Share on Twitter, Reddit, Facebook, or Friendster (jk).

The more people that use the app - the better it will get.

File bug reports

If you see something, say something (about bugs)! Please file an issue on this GitHub repository. No quirk is too small for a report. We care about the details.

Make our documentation better

Did you learn how to do something cool in Beekeeper but it wasn't obvious on first try? You can contribute to our documentation!

While our 'finished' docs are hosted on docs.beekeeperstudio.io, the code is right here in this repository -- it's just regular old markdown files.

If you speak another language other than English, you could also open a pull request with a translation for the README.md file, or one of the files in the documentation. If you don't know where to put it, that's fine, we'll help figure it out once it is written.

@rathboma rathboma pinned this issue Aug 14, 2020
@rathboma rathboma added the planning 馃搯 Not bugs or features, just talking label Aug 14, 2020
@rathboma rathboma changed the title Ways to help without coding Ways to help without coding in just 5-10 minutes Aug 14, 2020
@rathboma rathboma changed the title Ways to help without coding in just 5-10 minutes Ways to contribute, without coding, in just 5-10 minutes Aug 14, 2020
@DiepDao
Copy link

DiepDao commented Aug 25, 2020

The ability to view store procedures and what the code looks like

@ridlafalah
Copy link

i love it, yet it isnt has a lot of features, if beekeeper studio can equal to dbeaver or even more, it can be the rissing stars, im already love the UI

@rathboma
Copy link
Collaborator Author

rathboma commented Oct 4, 2020

Thanks! That's the plan.

@quenbyako
Copy link

@rathboma can i copy part of your ideas into our repo with cc? It looks so helpful for literally any opensource project!

@rathboma
Copy link
Collaborator Author

Sure! No attribution required but a thank you link back is always appreciated :-)

@arnoldfederis
Copy link

Hello guys! I'm using this in my tutorial on how to connect in mysql using ubuntu wsl. I liked the UI and also I code using Vue and Laravel in my project. Cheers for this 馃憤 馃嵑

Check it out guys! Thank you.
https://youtu.be/0emEc-QWhHI

@ghost
Copy link

ghost commented Dec 26, 2020

Do you have any plans to translate your documentation on other languages? Maybe, I can help your team to translate some guides for Beekeeper on Russian.

@rathboma
Copy link
Collaborator Author

That would be amazing! I am not able to translate myself, but the docs use VuePress, so it's pretty easy to create translations:

https://vuepress.vuejs.org/guide/i18n.html#site-level-i18n-config

Basically you create a new subdirectory with the translated docs in them.

@ghost
Copy link

ghost commented Jan 1, 2021

@rathboma in which branch I can create subdir and push translated docs?

@rathboma
Copy link
Collaborator Author

rathboma commented Jan 2, 2021

Not sure how used you are too GitHub, but you can 'fork' the repo to your own account and use any branch you like. Then open a pull request when you're ready

@UtechtDustin
Copy link
Contributor

@rathboma I guess he meant "Which destination branch should i choose while creating the PR".
As the most Repositories dont instantly merge into the master, which is the case on this repository.
So the answer would be "master" (i hope so).

@rathboma
Copy link
Collaborator Author

rathboma commented Jan 2, 2021

Yes! Master on this repo!

@rajee-a
Copy link

rajee-a commented Sep 4, 2021

, the code is right here in this repository -- it's just regular old markdown files.

please update the documentation repo URL

@ghost
Copy link

ghost commented Sep 22, 2021

, the code is right here in this repository -- it's just regular old markdown files.

please update the documentation repo URL

As stated by @Rajeeban-A above, /docs no longer exists on master, so the link results in a 404.

@dvasanin
Copy link

Please make it so that, whenever we apply a change to the db or commit a query, the refresh is automatic. Not having to disconnect from the database (example postgresql) if you're dropping tables or a database would be nice. Having to refresh the DB or disconnect every time I make a change is a pain and, as a fledgeling programmer, I make A LOT of changes. Imagine having to disconnect or refresh manually every time.

And for the love of 1337, please make a changelog or a blog where we can track updates, see what new features you have put out.

@rathboma
Copy link
Collaborator Author

Hey @dvasanin! If you drop or change a table you can click the little 'refresh' button next to the entities in the sidebar, but soon we'll be automatically detecting those changes.b

If you drop a database you can click the 'refresh' button next to the database dropdown to do the same thing.

Screen Shot 2021-09-23 at 10 27 21 AM

Hope that helps!

In terms of change log, check out - https://www.beekeeperstudio.io/releases

@rathboma
Copy link
Collaborator Author

Also - I updated the docs link to make it correct. Sorry about that!

@Likenttt
Copy link
Contributor

Are you planning to support i18n? If so, I can help with the zh-CN part

@rathboma
Copy link
Collaborator Author

rathboma commented Jan 5, 2022

@Likenttt at some point yes, although until I can support myself full time on the project I don't think it will be the priority.

@ghost
Copy link

ghost commented Jul 6, 2022

i love it, yet it isnt has a lot of features, if beekeeper studio can equal to dbeaver or even more, it can be the rissing stars, im already love the UI

I hate dbeaver. What an atrocious UI. I don't want Beekeeper to try to emulate any particular feature set. I feel it's the clean and simple approach which the authors know and love that has generated such an awesome tool already. I used to keep dbeaver installed in case I needed it as well, but I never did. Now it's gone. Beekeeper is my only install for SQL apart from the command line tools like psql. Beekeeper is not a rising star, it is my SQL sun.

@davidkaufman davidkaufman unpinned this issue Dec 12, 2022
@davidkaufman davidkaufman pinned this issue Dec 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
planning 馃搯 Not bugs or features, just talking
Projects
None yet
Development

No branches or pull requests

9 participants