doc(readme): add questions section; split issues and contributing; fix apidoc link (in ldoc)
This commit is contained in:
parent
6cdd737c4a
commit
86084690b2
|
@ -120,20 +120,30 @@ Then in gdb set any args and run it:
|
||||||
|
|
||||||
(gdb) set arg --replace
|
(gdb) set arg --replace
|
||||||
(gdb) run
|
(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
|
## Reporting issues
|
||||||
|
|
||||||
Please report any issues you may find on [our bugtracker](https://github.com/awesomeWM/awesome/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).
|
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)
|
Please read the [contributing guide](https://github.com/awesomeWM/awesome/blob/master/docs/02-contributing.md) for any coding, documentation or patch guidelines.
|
||||||
for any coding, documentation or patch guidelines.
|
|
||||||
|
|
||||||
## Status
|
## Status
|
||||||
[![Build Status](https://travis-ci.org/awesomeWM/awesome.svg?branch=master)](https://travis-ci.org/awesomeWM/awesome)
|
[![Build Status](https://travis-ci.org/awesomeWM/awesome.svg?branch=master)](https://travis-ci.org/awesomeWM/awesome)
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
Online documentation is available at https://awesomewm.org/apidoc/.
|
Online documentation is available [here](https://awesomewm.org/apidoc/).
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue