Files
wumpfetch/.github/CONTRIBUTING.md
Wessel T dd302b983e v0.3.0 - Profiles (Check the description for changes)
A lot has been renovated and some small things has been added to v0.3.0:
	* Added profiles (`getProfile`, `setProfile`, `setDefaults`)
	* Renamed `Collection` to `MemoryCollection`
	* Made `wumpfetch.userAgent` read-only
	* Renamed `__test__` to `tests`
	* Removed the `dist` folder
	* Changed the tab size from `4` to `2` in the declarations file
	and wumpfetch TS test file
	* Added JSdoc to `WumpRequest` and `WumpResponse`
	* Fixed up some of the weird spacing in `WumpRequest` and
	`WumpResponse`
	* Cleaned up all test files
2019-08-26 16:52:34 +02:00

863 B
Raw Blame History

Contributing

The issue tracker is only for bug reports and enhancement suggestions. If you have a question, please ask it in the Discord instead of opening an issue you will get redirected there anyway.

If you wish to contribute to Wumpfetch, feel free to fork the repository and submit a pull request. ESLint is used to correct most typo's you make, so it would be helpful if you added ESLint to your editor of choice)

Setup

To get ready to work on the codebase, please do the following:

  1. Fork & clone the repository, and make sure you're on the master branch
  2. Run yarn --dev or npm install --dev
  3. Code your heart out and test using yarn test or npm run test!
  4. Submit a pull request