Граф коммитов

65 Коммитов

Автор SHA1 Сообщение Дата
Palash Dhabale b60391599f
Docs: Typo Fix (#4570)
Corrected "The aim of this classifier is to detect bugs which should be documented for developers." to "The aim of this classifier is to detect bugs that should be documented for developers.

This pull request addresses a minor typo found in repository. The typo has been corrected to improve clarity and maintain the quality of the documentation.

This change is purely cosmetic and does not affect functionality.
2024-10-22 13:36:59 -04:00
Suhaib Mujahid cdd80bb019
Document downloading data through BugBug (#3873) 2023-11-30 13:24:01 -05:00
Suhaib Mujahid cd088476ff Drop the duplicate model 2023-11-29 17:29:11 -05:00
John Pangas e6efb0266f
Include documentation on how to use training on Taskcluster in a Pull Request (#3844) 2023-11-22 19:05:24 +00:00
Suhaib Mujahid 4d4e0d038a
Update the readme file to require python 3.10+ (#3706) 2023-10-11 10:10:06 +02:00
Anoop T P c27fcde224
Update minimum Python version in documentation (#2654) 2021-12-03 17:13:19 +01:00
Ksenia 029e6a6f14
Update documentation to include needsdiagnosis model (#2431) 2021-07-13 20:16:11 +02:00
Marco Castelluccio 526ff6ccc1
Enable Prettier for JavaScript, HTML, CSS, yaml, Markdown (#2006)
Fixes #2006
2020-12-17 18:13:49 +01:00
Marco Castelluccio 2a4b4b8139 Use uppercase H for Mozilla Hacks 2020-07-27 16:30:44 +02:00
Marco Castelluccio ecba68d0d4 Add new Mozilla Hacks blog post to README 2020-07-27 16:29:23 +02:00
Marco Castelluccio c09d6f2d07 Add some badges to the README 2020-05-26 15:06:20 +02:00
Martin Monperrus 35d741b01a
doc: Document the regressor model (#1582) 2020-05-18 14:58:11 +02:00
Marco Castelluccio 2f580bd958 Clarify libgit2 is not always required 2020-05-17 12:25:48 +02:00
Martin Monperrus 78e6ba6aac
doc: Add the labels of the BugType model (#1518) 2020-04-30 12:32:22 +02:00
Marco Castelluccio 09854ee44f Expand bugbug description 2020-04-28 13:28:02 +02:00
Marco Castelluccio 0d4fb65a61 Add a generic 'Testing' section to the README 2020-04-28 13:26:12 +02:00
Marco Castelluccio baca9d7230 Note that libgit2 might or might not be required 2020-04-28 13:22:23 +02:00
Marco Castelluccio de04e051d4 Add some other models to the README 2020-04-28 13:21:42 +02:00
Martin Monperrus 3ea8156ed6
Clarify prerequisites in README (#1512) 2020-04-28 11:32:08 +02:00
Marco Castelluccio 19259cedfd Update communication channel 2020-01-28 15:46:22 +01:00
Ankur Chattopadhyay 064742826e Fix subheading in README.md (#1145) 2019-11-26 23:56:28 +01:00
Brian Stack f54149cd90 Update .taskcluster.yml for community cluster (#1076) 2019-11-08 22:13:10 +01:00
Sylvestre Ledru 90a2f5df69 Add "Using bugbug for non-Mozilla projects" in the README (#1065) 2019-10-31 18:22:56 +01:00
Marco Castelluccio 54b163cc0a Update README to explain how to run the training script 2019-09-05 10:47:04 +02:00
Megha Kumari 123ff4f547 Update README with current Mercurial extensions (#886) 2019-09-01 21:29:52 +02:00
cklyyung 81c17ecbaf Add extra functionality from run.py to the trainer script (#856)
Fixes #339
2019-08-06 01:19:59 +02:00
Marco Castelluccio 25c65ae0e6 Specify that Python 3.7+ is required to run bugbug 2019-08-01 10:12:50 +02:00
Marco Castelluccio 9711d9fc31 Specify that the repository mining section is only necessary if one wants to hack on repository mining
Refs #812
2019-07-31 16:15:06 +02:00
Marco Castelluccio 80e4baea23 Specify which version of Mercurial is supported, pointing to the Docker file
We will likely forget to update it if we specify the version number, so
it's better to point to the commit-retriever Docker file instead.

Refs #812
2019-07-31 16:11:19 +02:00
Marco Castelluccio d51de39579 Specify where databases are automatically downloaded
Refs #812
2019-07-31 16:08:30 +02:00
Marco Castelluccio 7e5e4a8e02 Explain that some requirements might be in other requirement files
Refs #812
2019-07-31 16:07:51 +02:00
Sylvestre Ledru a84f64478b Add a short description about bugbug (#574)
Co-Authored-By: Marco <mcastelluccio@mozilla.com>
2019-06-10 11:05:30 +02:00
Marco Castelluccio 85cb54859c Move the auto-formatting section under the Setup section, and expand it a bit 2019-06-09 01:16:06 +02:00
Marco Castelluccio 633da4e7e0 Remove now useless section about updating DBs 2019-06-09 01:11:11 +02:00
Marco Castelluccio 31c05c9b35 Add more classifier to the README and sort them alphabetically 2019-06-09 01:10:46 +02:00
Marco Castelluccio 8cdde6e222 Add Taskcluster badge 2019-06-09 01:03:22 +02:00
Ayush Shridhar 3000a974e6 Move Contributing section to CONTRIBUTING.md (#406)
Also add docs about bug type classifier to README.md
2019-05-14 15:51:31 +02:00
Marco Castelluccio 1edfa395cf Add links to good-first-bug and reserved-for-beginners issues 2019-05-14 01:28:16 +02:00
Marco Castelluccio be84bff898 Change good-first-bug label name in README 2019-05-13 17:40:37 +02:00
Boris Feld bad6a50d8b Pre commit setup (#252)
* Add pre-commit configuration

Add auto-formatting configuration using the https://pre-commit.com/ project.
Having auto-formatting setup and automatically enforced helps speeding up
development and review process.

* Apply the auto-formatting on all files in the repository

* Removes flake8-quotes as it conflicts with Black formatting

* Disable some Flake8 rules

Disable Flake8 rules that are handled by Black. The list comes from
https://github.com/ambv/black/issues/429#issuecomment-472687803.
2019-04-09 15:57:29 +02:00
Marco Castelluccio 3ad9707db7 Add firefoxtree extension to list of needed Mercurial extensions
Fixes #212
2019-03-19 00:58:04 +01:00
Marco Castelluccio d04ed065c1 Remove unnecessary indentation 2019-03-19 00:56:59 +01:00
Ayush Shridhar 60b228800d Update docs for running the repository mining script (#209) 2019-03-07 20:04:51 +01:00
Marco Castelluccio 7899e13816 Add more docs about other classifiers 2019-02-20 01:10:12 +01:00
Shubham Garg 066e429937 Update docs to mention the log command instead of hg.log (#159) 2019-02-08 16:55:30 +01:00
Marco Castelluccio e34ada50e0 Add short description of all the files in the repository 2019-01-30 18:02:46 +01:00
Marco Castelluccio 5fee65446a Explain how to run the repository mining script 2019-01-30 17:56:23 +01:00
Marco Castelluccio deba475bc1 Add IRC channel to the Contributing section 2019-01-25 18:24:31 +01:00
Marco Castelluccio 27957cc3f6 Add a 'Contributing' section with some rules about contributing to the project 2019-01-20 19:07:25 +01:00
Yatin Maan ba04ae2843 Update README.md (#70) 2019-01-16 21:46:52 +01:00