mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
doc(readme): add questions section; split issues and contributing; fix apidoc link (in ldoc)
This commit is contained in:
parent
6cdd737c4a
commit
86084690b2
1 changed files with 13 additions and 3 deletions
|
@ -120,20 +120,30 @@ Then in gdb set any args and run it:
|
|||
|
||||
(gdb) set arg --replace
|
||||
(gdb) run
|
||||
|
||||
## Asking questions
|
||||
|
||||
#### Stack Overflow
|
||||
You can ask questions on [Stack Overflow](http://stackoverflow.com/questions/tagged/awesome-wm).
|
||||
|
||||
#### Reddit
|
||||
We also have a [awesome subreddit](https://www.reddit.com/r/awesomewm/) where you can share your work and ask questions.
|
||||
|
||||
## Reporting issues
|
||||
|
||||
Please report any issues you may find on [our bugtracker](https://github.com/awesomeWM/awesome/issues).
|
||||
|
||||
## Contributing code
|
||||
|
||||
You can submit pull requests on the [github repository](https://github.com/awesomeWM/awesome).
|
||||
Please read the [contributing guide](https://github.com/awesomeWM/awesome/blob/master/docs/02-contributing.md)
|
||||
for any coding, documentation or patch guidelines.
|
||||
Please read the [contributing guide](https://github.com/awesomeWM/awesome/blob/master/docs/02-contributing.md) for any coding, documentation or patch guidelines.
|
||||
|
||||
## Status
|
||||
[![Build Status](https://travis-ci.org/awesomeWM/awesome.svg?branch=master)](https://travis-ci.org/awesomeWM/awesome)
|
||||
|
||||
## Documentation
|
||||
|
||||
Online documentation is available at https://awesomewm.org/apidoc/.
|
||||
Online documentation is available [here](https://awesomewm.org/apidoc/).
|
||||
|
||||
## License
|
||||
|
||||
|
|
Loading…
Reference in a new issue