Skip to content

Commit 3671bc3

Browse files
authored
chore: improve readme and docs (elixir-tesla#716)
1 parent 98d6a65 commit 3671bc3

19 files changed

+929
-624
lines changed

.editorconfig

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 2
6+
end_of_line = lf
7+
charset = utf-8
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true
10+
max_line_length = 80

CONTRIBUTING.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Contributing
2+
3+
1. Fork it (https://github.com/elixir-tesla/tesla/fork)
4+
2. Create your feature branch (`git checkout -b my-new-feature`)
5+
3. Commit your changes (`git commit -am 'Add some feature'`)
6+
4. Push to the branch (`git push origin my-new-feature`)
7+
5. Create new Pull Request

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015-2021 Tymon Tobolski
3+
Copyright (c) 2015-Present Tymon Tobolski
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)