This website works better with JavaScript
صفحهٔ اصلی
گشتوگذار
راهنما
ورود
masif
/
quran
دنبال کردن
1
ستاره دار
0
انشعاب
0
پروندهها
مشکلات
0
درخواست واکشی
0
ویکی
شاخه:
master
شاخهها
تگها
master
quran
/
node_modules
/
@lokalise
/
node-api
/
.github
/
CONTRIBUTING.md
CONTRIBUTING.md
765 B
لینک دائمی
تاريخچه
خام
Contributing
Fork the repository.
Create a topic branch.
Implement your feature or bug fix.
Don't forget to add tests and make sure they pass (
npm test
)
Run linter
node_modules/.bin/eslint . --ext .js,.ts
, or
node_modules\.bin\eslint . --ext .js,.ts
(Windows). Add
--fix
to automatically fix linting issues whenever possible.
If necessary, add documentation for your feature or bug fix.
Commit and push your changes.
Submit a pull request.