Cite This Page
Bibliographic details for Hacking:Making pull requests
- Page name: Hacking:Making pull requests
- Author: Seamly2D contributors
- Publisher: Seamly2D, .
- Date of last revision: 13 October 2018 00:34 UTC
- Date retrieved: 30 March 2023 17:04 UTC
- Permanent URL: https://wiki.seamly.net/w/index.php?title=Hacking:Making_pull_requests&oldid=3180
- Page Version ID: 3180
Citation styles for Hacking:Making pull requests
APA style
Hacking:Making pull requests. (2018, October 13). Seamly2D, . Retrieved 17:04, March 30, 2023 from https://wiki.seamly.net/w/index.php?title=Hacking:Making_pull_requests&oldid=3180.
MLA style
"Hacking:Making pull requests." Seamly2D, . 13 Oct 2018, 00:34 UTC. 30 Mar 2023, 17:04 <https://wiki.seamly.net/w/index.php?title=Hacking:Making_pull_requests&oldid=3180>.
MHRA style
Seamly2D contributors, 'Hacking:Making pull requests', Seamly2D, , 13 October 2018, 00:34 UTC, <https://wiki.seamly.net/w/index.php?title=Hacking:Making_pull_requests&oldid=3180> [accessed 30 March 2023]
Chicago style
Seamly2D contributors, "Hacking:Making pull requests," Seamly2D, , https://wiki.seamly.net/w/index.php?title=Hacking:Making_pull_requests&oldid=3180 (accessed March 30, 2023).
CBE/CSE style
Seamly2D contributors. Hacking:Making pull requests [Internet]. Seamly2D, ; 2018 Oct 13, 00:34 UTC [cited 2023 Mar 30]. Available from: https://wiki.seamly.net/w/index.php?title=Hacking:Making_pull_requests&oldid=3180.
Bluebook style
Hacking:Making pull requests, https://wiki.seamly.net/w/index.php?title=Hacking:Making_pull_requests&oldid=3180 (last visited March 30, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Seamly2D", title = "Hacking:Making pull requests --- Seamly2D{,} ", year = "2018", url = "https://wiki.seamly.net/w/index.php?title=Hacking:Making_pull_requests&oldid=3180", note = "[Online; accessed 30-March-2023]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "Seamly2D", title = "Hacking:Making pull requests --- Seamly2D{,} ", year = "2018", url = "\url{https://wiki.seamly.net/w/index.php?title=Hacking:Making_pull_requests&oldid=3180}", note = "[Online; accessed 30-March-2023]" }