Difference between revisions of "DPS909/OSD600 0.1 Release"

From CDOT Wiki
Jump to: navigation, search
(Created page with "=0.1 Release= ==1. Possible Good First Bugs== * Mozilla Network site (Python web app) [https://github.com/mozilla/network/labels/help%20wanted "help wanted"] * Network Puls...")
 
Line 4: Line 4:
  
  
 +
* First, have a look at [https://www.joshmatthews.net/bugsahoy/?unowned=1 Bugs Ahoy!] tool showing good starter bugs from across Mozilla.  It covers bugs across many technologies, products, and tools.  See also the refined search with only [https://www.joshmatthews.net/bugsahoy/?unowned=1&simple=1 "simple" bugs].  You can further limit your search by selecting options on the left.  If you end-up working on Firefox/browser bugs specifically, see [https://wiki.mozilla.org/Good_first_bug these docs].
 +
 +
Some other specific ideas to consider:
 +
 +
* Thimble code editor/learning tool https://thimble.mozilla.org (node.js, HTML5) [https://github.com/mozilla/thimble.mozilla.org/issues?q=is%3Aissue+is%3Aopen+label%3A%22Good+First+Bug%22 "Good First Bug"]
 +
* Addons Server https://addons.mozilla.org/ (Python/Django Server and API) [https://github.com/mozilla/addons-server/labels/contrib%3A%20good%20first%20bug "good first bug"]
 +
* A-Frame WebVR framework https://aframe.io/ [https://github.com/aframevr/aframe/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted+%28easy%29%22 "help wanted, easy"
 +
* Firefox Dev Tools (JavaScript, CSS, React, etc) [http://bugs.firefox-dev.tools/?easy&tool=all "easy" bugs]
 
* Mozilla Network site (Python web app) [https://github.com/mozilla/network/labels/help%20wanted "help wanted"]
 
* Mozilla Network site (Python web app) [https://github.com/mozilla/network/labels/help%20wanted "help wanted"]
 
* Network Pulse API (Python REST API server) [https://github.com/mozilla/network-pulse-api/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22 "help wanted"]
 
* Network Pulse API (Python REST API server) [https://github.com/mozilla/network-pulse-api/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22 "help wanted"]
 +
* Testpilot experimental feature tool https://testpilot.firefox.com/ (React, HTML5, JS) [https://github.com/mozilla/testpilot/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+bug%22 "good first bug"]
 +
* PDF.js (JavaScript PDF viewer used in Firefox) [https://github.com/mozilla/pdf.js/labels/5-good-beginner-bug "good-beginner-bug"]
  
* PDF.js (JavaScript PDF viewer used in Firefox) [https://github.com/mozilla/pdf.js/labels/5-good-beginner-bug "good-beginner-bug"]
 
  
 
* Rust (programming language, sites, and project) [https://www.rust-lang.org/en-US/contribute.html contribute docs], [https://github.com/rust-lang/rust/labels/E-easy "easy" bugs], [https://github.com/rust-lang/crates.io/issues?q=is%3Aissue+is%3Aopen+label%3AE-easy Crates.io package manager "easy" bugs], [https://www.rustaceans.org/findwork other ideas for contributing to Rust and tooling]
 
* Rust (programming language, sites, and project) [https://www.rust-lang.org/en-US/contribute.html contribute docs], [https://github.com/rust-lang/rust/labels/E-easy "easy" bugs], [https://github.com/rust-lang/crates.io/issues?q=is%3Aissue+is%3Aopen+label%3AE-easy Crates.io package manager "easy" bugs], [https://www.rustaceans.org/findwork other ideas for contributing to Rust and tooling]
 +
* rr (C++ debugging tool for Linux) [https://github.com/mozilla/rr/labels/goodfirstbug "goodfirstbug"], good [http://cppcast.com/2015/12/robert-ocallahan/ podcast about what rr is here].
 +
 +
  
 
==4. Submission==
 
==4. Submission==

Revision as of 13:50, 21 September 2017

0.1 Release

1. Possible Good First Bugs

  • First, have a look at Bugs Ahoy! tool showing good starter bugs from across Mozilla. It covers bugs across many technologies, products, and tools. See also the refined search with only "simple" bugs. You can further limit your search by selecting options on the left. If you end-up working on Firefox/browser bugs specifically, see these docs.

Some other specific ideas to consider:



4. Submission

# Name Bug(s) (URLs) Blog Post (URL)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40