tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

contributing.rst (2407B)


      1 Contributing
      2 ============
      3 
      4 Thanks for taking the time to contribute to websockets!
      5 
      6 Code of Conduct
      7 ---------------
      8 
      9 This project and everyone participating in it is governed by the `Code of
     10 Conduct`_. By participating, you are expected to uphold this code. Please
     11 report inappropriate behavior to aymeric DOT augustin AT fractalideas DOT com.
     12 
     13 .. _Code of Conduct: https://github.com/python-websockets/websockets/blob/main/CODE_OF_CONDUCT.md
     14 
     15 *(If I'm the person with the inappropriate behavior, please accept my
     16 apologies. I know I can mess up. I can't expect you to tell me, but if you
     17 choose to do so, I'll do my best to handle criticism constructively.
     18 -- Aymeric)*
     19 
     20 Contributions
     21 -------------
     22 
     23 Bug reports, patches and suggestions are welcome!
     24 
     25 Please open an issue_ or send a `pull request`_.
     26 
     27 Feedback about the documentation is especially valuable, as the primary author
     28 feels more confident about writing code than writing docs :-)
     29 
     30 If you're wondering why things are done in a certain way, the :doc:`design
     31 document <../topics/design>` provides lots of details about the internals of
     32 websockets.
     33 
     34 .. _issue: https://github.com/python-websockets/websockets/issues/new
     35 .. _pull request: https://github.com/python-websockets/websockets/compare/
     36 
     37 Questions
     38 ---------
     39 
     40 GitHub issues aren't a good medium for handling questions. There are better
     41 places to ask questions, for example Stack Overflow.
     42 
     43 If you want to ask a question anyway, please make sure that:
     44 
     45 - it's a question about websockets and not about :mod:`asyncio`;
     46 - it isn't answered in the documentation;
     47 - it wasn't asked already.
     48 
     49 A good question can be written as a suggestion to improve the documentation.
     50 
     51 Cryptocurrency users
     52 --------------------
     53 
     54 websockets appears to be quite popular for interfacing with Bitcoin or other
     55 cryptocurrency trackers. I'm strongly opposed to Bitcoin's carbon footprint.
     56 
     57 I'm aware of efforts to build proof-of-stake models. I'll care once the total
     58 energy consumption of all cryptocurrencies drops to a non-bullshit level.
     59 
     60 You already negated all of humanity's efforts to develop renewable energy.
     61 Please stop heating the planet where my children will have to live.
     62 
     63 Since websockets is released under an open-source license, you can use it for
     64 any purpose you like. However, I won't spend any of my time to help you.
     65 
     66 I will summarily close issues related to Bitcoin or cryptocurrency in any way.