User:Manuel Bucher: Difference between revisions
Jump to navigation
Jump to search
m (Creating user page for new user.) |
(Add todo list of changes in wiki/fsd) |
||
Line 1: | Line 1: | ||
I | I am a student worker in the [[Networking|Necko]]-Team. I like improving docs when reading through them. | ||
== Resources to integrate into firefox-source-docs (or wiki) somewhere == | |||
My personal TODO-List for my outstanding documentation changes (where I don't have the time to do them immediately) | |||
* https://github.com/mystor/git-revise: Speed up builds (15s instead of 20min) after rebase (use <code>git revise</code> instead) when using <code>git cinnebar</code> | |||
* my <code>.mozconfig</code>: | |||
ac_add_options --enable-debug | |||
ac_add_options --enable-clang-plugin |
Revision as of 15:20, 27 April 2022
I am a student worker in the Necko-Team. I like improving docs when reading through them.
Resources to integrate into firefox-source-docs (or wiki) somewhere
My personal TODO-List for my outstanding documentation changes (where I don't have the time to do them immediately)
- https://github.com/mystor/git-revise: Speed up builds (15s instead of 20min) after rebase (use
git revise
instead) when usinggit cinnebar
- my
.mozconfig
:
ac_add_options --enable-debug ac_add_options --enable-clang-plugin