Explorar el Código

[docs] Refresh contributing page

Romain Rigaux hace 4 años
padre
commit
80fdeba4f5

+ 4 - 7
CONTRIBUTING.md

@@ -5,7 +5,7 @@ The Hue project gladly welcomes [pull requests](https://github.com/cloudera/hue/
 
 This document contains instructions on how to get involved in Hue improvement.
 
-In any case, feel free to ask here, on the [forum](https://discourse.gethue.com/) or [@gethue](https://twitter.com/gethue).
+In any case, feel free to ask here in a [discussion](https://github.com/cloudera/hue/discussions).
 
 # What to improve
 
@@ -13,15 +13,12 @@ Here is some inspiration on which areas we would love to have some contributions
 
 1. Updating a small piece of [documentation](https://docs.gethue.com)
 2. High level [Roadmap](/docs/ROADMAP.md)
-3. Check [Github issues](https://github.com/cloudera/hue/issues) or [the bug tracking system](https://issues.cloudera.org/browse/HUE)
-4. Improving or creating SQL [autocompletes](https://docs.gethue.com/developer/parsers/) or [connectors](https://docs.gethue.com/developer/sdk/) are great projects
+3. Check [Github issues](https://github.com/cloudera/hue/issues).
+4. Improving [SQL Components](https://docs.gethue.com/developer/components/), [SQL autocompletes](https://docs.gethue.com/developer/parsers/) or [SQL connectors](https://docs.gethue.com/developer/sdk/) are great projects
 
 # Submitting an improvement
 
-Here are some examples of changes:
-
-* [Pull request 842](https://github.com/cloudera/hue/pull/842)
-* [HUE-8802 [search] Deleting an index throws a js exception](https://issues.cloudera.org/browse/HUE-8802)
+Here is an example of change: [Pull request 842](https://github.com/cloudera/hue/pull/842)
 
 ## Building
 

+ 1 - 1
docs/docs-site/content/developer/components/scratchpad/_index.md

@@ -3,7 +3,7 @@ title: "SQL Scratchpad"
 draft: false
 ---
 
-The lightweight SQL Editor also called "SQL Scratchpad Query" comes as its own `<sql-scratchpad />` Web component.
+The lightweight SQL Editor also called "SQL Scratchpad" comes as its own `<sql-scratchpad />` Web component.
 
 It is in **beta** and now is a great time to give it a try and [send feedback](https://github.com/cloudera/hue/issues)!